mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Auto merge of #627 - dguo:patch-1, r=kbknapp
chore: update dep Fixes a panic when Jaro is called with strings each with a length of one. A `clap` user discovered this: dguo/strsim-rs#5
This commit is contained in:
commit
0bda63a492
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ bitflags = "~0.7"
|
||||||
vec_map = "~0.6"
|
vec_map = "~0.6"
|
||||||
libc = { version = "~0.2.9", optional = true }
|
libc = { version = "~0.2.9", optional = true }
|
||||||
ansi_term = { version = "~0.8.0", optional = true }
|
ansi_term = { version = "~0.8.0", optional = true }
|
||||||
strsim = { version = "~0.4.0", optional = true }
|
strsim = { version = "~0.5.1", optional = true }
|
||||||
yaml-rust = { version = "~0.3.2", optional = true }
|
yaml-rust = { version = "~0.3.2", optional = true }
|
||||||
clippy = { version = "~0.0.79", optional = true }
|
clippy = { version = "~0.0.79", optional = true }
|
||||||
unicode-width = { version = "~0.1.3", optional = true }
|
unicode-width = { version = "~0.1.3", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue