Skip to content

Commit

Permalink
Merge pull request #5334 from clap-rs/renovate/strsim-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate strsim to 0.11.0
  • Loading branch information
epage authored Feb 1, 2024
2 parents 4788918 + cd0ca3c commit 2cc81c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bench = false
[dependencies]
clap_lex = { path = "../clap_lex", version = "0.6.0" }
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
strsim = { version = "0.11.0", optional = true }
anstream = { version = "0.6.7", optional = true }
anstyle = "1.0.0"
terminal_size = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 2cc81c6

Please sign in to comment.