Merge pull request #498 from ouch-org/dependabot/cargo/bstr-1.6.2

This commit is contained in:
figsoda 2023-08-30 19:41:56 -04:00 committed by GitHub
commit c8e7a805f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -126,9 +126,9 @@ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
[[package]] [[package]]
name = "bstr" name = "bstr"
version = "1.6.1" version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8042c26c77e5bd6897a7358e0abb3ec412ed126d826988135653fc669263899d" checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
dependencies = [ dependencies = [
"memchr", "memchr",
"regex-automata", "regex-automata",

View File

@ -12,7 +12,7 @@ description = "A command-line utility for easily compressing and decompressing f
[dependencies] [dependencies]
atty = "0.2.14" atty = "0.2.14"
bstr = { version = "1.6.1", default-features = false, features = ["std"] } bstr = { version = "1.6.2", default-features = false, features = ["std"] }
bzip2 = "0.4.4" bzip2 = "0.4.4"
clap = { version = "4.4.1", features = ["derive", "env"] } clap = { version = "4.4.1", features = ["derive", "env"] }
filetime = "0.2.22" filetime = "0.2.22"