build(deps): bump bstr from 1.9.0 to 1.9.1 (#633)

This commit is contained in:
dependabot[bot] 2024-02-28 20:45:33 +00:00 committed by GitHub
parent ab8fa28e30
commit fd887d59c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -135,9 +135,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "1.9.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"regex-automata",

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.9.0", default-features = false, features = ["std"] }
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.5.1", features = ["derive", "env"] }
filetime_creation = "0.2"