diff --git a/Cargo.lock b/Cargo.lock index 09e0cfcad..10d37f28a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,9 +252,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", diff --git a/Cargo.toml b/Cargo.toml index 4bdc97e65..c06550bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tag = false [workspace.dependencies] anyhow = "1.0.75" async-trait = "0.1.74" -bstr = "1.7.0" +bstr = "1.8.0" bugreport = "0.5.0" chashmap = "2.2.2" chrono = "0.4.31"