Merge pull request #1651 from clap-rs/bump-yaml

Update yaml-rust to 0.4.1
This commit is contained in:
Pavan Kumar Sunkara 2020-02-01 19:18:23 +01:00 committed by GitHub
commit 2c323503aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ unicode-width = "0.1.4"
textwrap = "0.11"
indexmap = "1.0.1"
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 }
vec_map = { version = "0.8", optional = true }
term_size = { version = "1.0.0-beta1", optional = true }