diff --git a/Cargo.lock b/Cargo.lock index 3a3e4b2c4d2..677dbe89d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,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", diff --git a/Cargo.toml b/Cargo.toml index fac6f5e899a..7a96d9a4f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -259,7 +259,7 @@ test = ["uu_test"] [workspace.dependencies] bigdecimal = "0.4" binary-heap-plus = "0.5.0" -bstr = "1.7" +bstr = "1.8" bytecount = "0.6.7" byteorder = "1.5.0" chrono = { version = "^0.4.31", default-features = false, features = [