Update dependency that need no change

This commit is contained in:
Rémi Lauzier 2021-06-17 13:58:27 -04:00
parent a531d3935a
commit 48147d680b
No known key found for this signature in database
GPG key ID: D4B9ECD143336C1D
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ path = "benches/06_rustup.rs"
[dependencies]
clap_derive = { path = "./clap_derive", version = "3.0.0-beta.2", optional = true }
bitflags = "1.2"
textwrap = { version = "0.13.3", default-features = false, features = [] }
textwrap = { version = "0.14.0", default-features = false, features = [] }
indexmap = "1.0"
os_str_bytes = { version = "3.0", features = ["raw"] }
vec_map = "0.8"

View file

@ -33,7 +33,7 @@ bench = false
clap = { path = "../", version = "3.0.0-beta.2" }
[dev-dependencies]
pretty_assertions = "0.6"
pretty_assertions = "0.7"
version-sync = "0.9"
[features]