Bump bstr from 1.12.0 to 1.12.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-02 21:01:26 +00:00 committed by GitHub
parent 800006bd9e
commit bb9a8adab1
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

@ -153,9 +153,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]]
name = "bstr"
version = "1.12.0"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
dependencies = [
"memchr",
"regex-automata",

View file

@ -14,7 +14,7 @@ rust-version = "1.89"
[workspace.dependencies]
anyhow = "1.0.100"
bstr = "1.12.0"
bstr = "1.12.1"
chrono = { version = "0.4.41", default-features = false }
clap = "4.5.51"
criterion = "0.5.1"