From 9b2974777bf927393c9ccfbf38a712d6a1777fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:20:31 +0000 Subject: [PATCH] chore(deps): update rust crate bstr to 1.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c742b50a2..47d7c537f 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 08a0ef3bb..c700a3d0d 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"]}