mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: bump dependencies bitflags and yaml-rust to latest version
Bump bitflags from 0.3.3 to 0.4.0 and yaml-rust from 0.2.2 to 0.3.0.
This commit is contained in:
parent
47fe5770fc
commit
53f97805b3
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ license = "MIT"
|
|||
keywords = ["argument", "command", "arg", "parser", "parse"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.3.3"
|
||||
bitflags = "0.4.0"
|
||||
vec_map = "0.4"
|
||||
ansi_term = { version = "~0.7", optional = true }
|
||||
strsim = { version = "~0.4.0", optional = true }
|
||||
yaml-rust = { version = "~0.2.2", optional = true }
|
||||
yaml-rust = { version = "~0.3.0", optional = true }
|
||||
clippy = { version = "~0.0.35", optional = true }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue