diff --git a/Cargo.lock b/Cargo.lock index f90100d8a..c374020f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.0.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd" +checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" dependencies = [ "memchr", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 3c7f99c60..f1602f49b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -265,7 +265,7 @@ test = [ "uu_test" ] [workspace.dependencies] bigdecimal = "0.3" binary-heap-plus = "0.5.0" -bstr = "1.0" +bstr = "1.4" bytecount = "0.6.3" byteorder = "1.3.2" chrono = { version="^0.4.24", default-features=false, features=["std", "alloc", "clock"]}