diff options
author | dependabot[bot] | 2021-10-05 03:18:37 +0000 |
---|---|---|
committer | GitHub | 2021-10-05 03:18:37 +0000 |
commit | 8925fdd6f3afa3532c928a5c6e1357bc15201d8a (patch) | |
tree | c7675f8e4b3cf61a4d1c2cff6c719af85af19479 /helix-core | |
parent | 97b24fd91e5496800b10824ebb3c2383b8c29886 (diff) |
build(deps): bump smallvec from 1.6.1 to 1.7.0 (#813)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.6.1...v1.7.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index ba6bea6a..34cbba9f 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*", "README.md"] helix-syntax = { version = "0.4", path = "../helix-syntax" } ropey = "1.3" -smallvec = "1.4" +smallvec = "1.7" tendril = "0.4.2" unicode-segmentation = "1.8" unicode-width = "0.1" |