diff --git a/Cargo.lock b/Cargo.lock index 655f183d0..8a473bfd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", "regex-automata 0.4.6", diff --git a/Cargo.toml b/Cargo.toml index 3c76cb4cb..daae5b2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tag = false [workspace.dependencies] anyhow = "1.0.86" async-trait = "0.1.81" -bstr = "1.9.1" +bstr = "1.10.0" bugreport = "0.5.0" chashmap = "2.2.2" chrono = "0.4.34"