mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Update yaml-rust to 0.4.3
This commit is contained in:
parent
4740b1e05b
commit
dc4d2faf76
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ unicode-width = "0.1.4"
|
||||||
textwrap = "0.11"
|
textwrap = "0.11"
|
||||||
indexmap = "1.0.1"
|
indexmap = "1.0.1"
|
||||||
strsim = { version = "0.9.0", optional = true }
|
strsim = { version = "0.9.0", optional = true }
|
||||||
yaml-rust = { version = "0.4", optional = true }
|
yaml-rust = { version = "0.4.1", optional = true }
|
||||||
atty = { version = "0.2.2", optional = true }
|
atty = { version = "0.2.2", optional = true }
|
||||||
vec_map = { version = "0.8", optional = true }
|
vec_map = { version = "0.8", optional = true }
|
||||||
term_size = { version = "1.0.0-beta1", optional = true }
|
term_size = { version = "1.0.0-beta1", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue