Merge pull request #328 from nix-community/dependabot/cargo/bstr-1.8.0

build(deps): bump bstr from 1.7.0 to 1.8.0
This commit is contained in:
figsoda 2023-11-16 23:17:46 -05:00 committed by GitHub
commit 5fc2770f2b
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

@ -232,9 +232,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",

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.7.0"
bstr = "1.8.0"
cargo = "0.74.0"
chumsky = "1.0.0-alpha.4"
expand = "0.3.0"