From 97b14f98745ddbfbd87af83861b23dbee66c7846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:23:31 +0000 Subject: [PATCH] cargo: bump bstr from 1.11.0 to 1.11.1 in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [bstr](https://github.com/BurntSushi/bstr). Updates `bstr` from 1.11.0 to 1.11.1 - [Commits](https://github.com/BurntSushi/bstr/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 b8a8f3c4fb..ab9ff7aaa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" +checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" dependencies = [ "memchr", "regex-automata 0.4.8", diff --git a/Cargo.toml b/Cargo.toml index e63a082918..24fcbc90d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ assert_cmd = "2.0.8" assert_matches = "1.5.0" async-trait = "0.1.83" blake2 = "0.10.6" -bstr = "1.11.0" +bstr = "1.11.1" clap = { version = "4.5.23", features = [ "derive", "deprecated",