mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
Merge pull request #5 from epage/dependabot/cargo/os_str_bytes-5.0
chore(deps): Update os_str_bytes requirement from 4.1 to 5.0
This commit is contained in:
commit
ede8af1da9
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ bitflags = "1.2"
|
|||
textwrap = { version = "0.14.0", default-features = false, features = [] }
|
||||
unicase = { version = "2.6", optional = true }
|
||||
indexmap = "1.0"
|
||||
os_str_bytes = "4.1"
|
||||
os_str_bytes = "5.0"
|
||||
strsim = { version = "0.10", optional = true }
|
||||
yaml-rust = { version = "0.4.1", optional = true }
|
||||
atty = { version = "0.2", optional = true }
|
||||
|
|
Loading…
Reference in a new issue