mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(deps): Update os_str_bytes requirement from 4.1 to 5.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/4.1.0...5.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
58b0fe537e
commit
7737ce6946
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…
Add table
Reference in a new issue