diff options
author | dependabot[bot] | 2022-10-03 23:38:24 +0000 |
---|---|---|
committer | GitHub | 2022-10-03 23:38:24 +0000 |
commit | 7c33b9c76d2e6c336480530e5e8e8184153c29da (patch) | |
tree | 4acaf94025d8cba5c0853e4a5a3a94ec1cbe8e89 /helix-core | |
parent | 27b70696df78430c5596cb7681be496ac305ec05 (diff) |
build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093)
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 ba6901ba..d7ab89ba 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -18,7 +18,7 @@ integration = [] helix-loader = { version = "0.6", path = "../helix-loader" } ropey = { version = "1.5", default-features = false, features = ["simd"] } -smallvec = "1.9" +smallvec = "1.10" smartstring = "1.0.1" unicode-segmentation = "1.10" unicode-width = "0.1" |