Bump bstr from 1.4.0 to 1.5.0

Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.4.0 to 1.5.0.
- [Commits](https://github.com/BurntSushi/bstr/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-23 00:06:18 +00:00 committed by GitHub
parent e620af84d6
commit ba795cc8b5
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

@ -127,9 +127,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bstr"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
dependencies = [
"memchr",
"once_cell",

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.4.0", default-features = false, features = ["std"] }
bstr = { version = "1.5.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.3.0", features = ["derive", "env"] }
filetime = "0.2.21"