From f3e8b0f34bcf4a66dabeef40998442ef8f95967a Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 5 Jul 2022 19:31:01 +0900 Subject: build(deps): bump smallvec from 1.8.1 to 1.9.0 (#2976) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- helix-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core') diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 3ce0e483..b7a1f332 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.8" +smallvec = "1.9" smartstring = "1.0.1" unicode-segmentation = "1.9" unicode-width = "0.1" -- cgit v1.2.3-70-g09d2