build(deps): bump bstr from 1.8.0 to 1.9.0 (#588)

This commit is contained in:
dependabot[bot] 2023-12-29 01:17:21 +00:00 committed by GitHub
parent c86ebe12ee
commit d9c3b05146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -135,9 +135,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
dependencies = [
"memchr",
"regex-automata",
@ -754,9 +754,9 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.6.4"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "memoffset"

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.8.0", default-features = false, features = ["std"] }
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.4.11", features = ["derive", "env"] }
filetime_creation = "0.1"