chore(deps): bump bstr from 1.7.0 to 1.8.0

Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.7.0 to 1.8.0.
- [Commits](https://github.com/BurntSushi/bstr/compare/1.7.0...1.8.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-11-20 15:26:57 +00:00 committed by GitHub
parent 26f6aee05b
commit c27735d9a0
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

@ -508,9 +508,9 @@ dependencies = [
[[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.3",
@ -1950,7 +1950,7 @@ dependencies = [
"anyhow",
"async-trait",
"backoff",
"bstr 1.7.0",
"bstr 1.8.0",
"byteorder",
"chrono",
"console-subscriber",
@ -2062,7 +2062,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
dependencies = [
"aho-corasick",
"bstr 1.7.0",
"bstr 1.8.0",
"fnv",
"log",
"regex",

View File

@ -24,7 +24,7 @@ tempfile = "3.8"
anyhow = "1.0.72"
async-trait = "0.1.74"
backoff = "0.4.0"
bstr = "1.7.0"
bstr = "1.8.0"
byteorder = "1.4.3"
chrono = { version = "0.4.31", features = ["serde"] }
console-subscriber = "0.2.0"