build(deps): bump bstr from 1.7.0 to 1.8.0 (#549)

This commit is contained in:
dependabot[bot] 2023-11-10 16:39:13 +00:00 committed by GitHub
parent 37ce4eb71f
commit 2fc4136ec7
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 = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "bstr"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
dependencies = [
"memchr",
"regex-automata 0.4.1",

View File

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