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