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:
Ed Page 2021-11-17 15:46:13 -06:00 committed by GitHub
commit ede8af1da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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