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:
dependabot[bot] 2021-12-06 16:25:49 +00:00 committed by GitHub
parent 84beec0bca
commit b531964f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }