diff --git a/Cargo.lock b/Cargo.lock index 266b6a82f..574e3f95c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim 0.11.1", + "strsim", "terminal_size", ] @@ -271,7 +271,7 @@ dependencies = [ "serde_json", "smallvec", "streaming-iterator", - "strsim 0.10.0", + "strsim", "strum", "tikv-jemallocator", "tree-sitter", @@ -913,12 +913,6 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" -[[package]] -name = "strsim" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" - [[package]] name = "strsim" version = "0.11.1" diff --git a/Cargo.toml b/Cargo.toml index 75dcf4170..df13981bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ regex = "1.10.4" clap = { version = "4.0.0", features = ["cargo", "env", "wrap_help", "string"] } typed-arena = "2.0.2" rustc-hash = "2.0.0" -strsim = "0.10.0" +strsim = "0.11.0" lazy_static = "1.4.0" libc = "0.2.108" log = "0.4.14"