Bump strsim

pull/892/head
Wilfred Hughes 2025-10-05 21:07:37 +07:00
parent e4668eaff3
commit c75d87ead7
2 changed files with 3 additions and 9 deletions

10
Cargo.lock generated

@ -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"

@ -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"