From 9a7836e681d3e1d333cd74210f100ac8814e3faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:54:53 +0000 Subject: [PATCH] build: bump bstr from 1.7.0 to 1.8.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.7.0 to 1.8.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"