mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore(deps): update os_str_bytes requirement from 5.0 to 6.0
Updates the requirements on [os_str_bytes](https://github.com/dylni/os_str_bytes) to permit the latest version. - [Release notes](https://github.com/dylni/os_str_bytes/releases) - [Commits](https://github.com/dylni/os_str_bytes/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: os_str_bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
84beec0bca
commit
b531964f46
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ bitflags = "1.2"
|
||||||
textwrap = { version = "0.14.0", default-features = false, features = [] }
|
textwrap = { version = "0.14.0", default-features = false, features = [] }
|
||||||
unicase = { version = "2.6", optional = true }
|
unicase = { version = "2.6", optional = true }
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
os_str_bytes = "5.0"
|
os_str_bytes = "6.0"
|
||||||
strsim = { version = "0.10", optional = true }
|
strsim = { version = "0.10", optional = true }
|
||||||
yaml-rust = { version = "0.4.1", optional = true }
|
yaml-rust = { version = "0.4.1", optional = true }
|
||||||
atty = { version = "0.2", optional = true }
|
atty = { version = "0.2", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue