Bump bstr from 1.10.0 to 1.11.0 (#1274)

This commit is contained in:
dependabot[bot] 2024-12-03 18:58:06 +00:00 committed by GitHub
parent dcd40b65b2
commit 08389f1c33
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

@ -152,9 +152,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[package]]
name = "bstr"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
dependencies = [
"memchr",
"regex-automata",

View file

@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
anyhow.workspace = true
base-db = { path = "../base-db" }
bstr = "1.10.0"
bstr = "1.11.0"
crossbeam-channel.workspace = true
itertools.workspace = true
libc = "0.2.162"