mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore: updates strsim dep
This commit is contained in:
parent
eafee3c5c1
commit
95f949efb0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ bitflags = "1.0"
|
|||
unicode-width = "0.1.4"
|
||||
textwrap = "0.10.0"
|
||||
indexmap = "1.0.1"
|
||||
strsim = { version = "0.7.0", optional = true }
|
||||
strsim = { version = "0.8.0", optional = true }
|
||||
yaml-rust = { version = "0.4", optional = true }
|
||||
clippy = { version = "~0.0.302", optional = true }
|
||||
atty = { version = "0.2.2", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue