build(deps): bump bstr from 1.6.0 to 1.6.1

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

---
updated-dependencies:
- dependency-name: bstr
  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] 2023-08-30 09:06:42 +00:00 committed by GitHub
parent 235143717c
commit eada665846
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

@ -232,9 +232,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
checksum = "8042c26c77e5bd6897a7358e0abb3ec412ed126d826988135653fc669263899d"
dependencies = [
"memchr",
"regex-automata 0.3.7",
@ -2418,9 +2418,9 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.5.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
[[package]]
name = "memmap2"

View File

@ -27,7 +27,7 @@ include = ["data", "src", "Cargo.lock", "Cargo.toml", "build.rs"]
[dependencies]
anyhow = "1.0.75"
askalono.workspace = true
bstr = "1.6.0"
bstr = "1.6.1"
cargo = "0.73.1"
chumsky = "1.0.0-alpha.4"
expand = "0.3.0"