mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Update dependency that need no change
This commit is contained in:
parent
a531d3935a
commit
48147d680b
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue