From e490b47b4ddc4b3f47ca346f8ab18a7da5efd71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:44:22 +0000 Subject: [PATCH] Bump bstr from 1.10.0 to 1.11.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.10.0 to 1.11.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/commands/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3db86e92..41a80d68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,9 +152,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bstr" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" dependencies = [ "memchr", "regex-automata", diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index e08c5e9c..31d2347c 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -9,7 +9,7 @@ rust-version.workspace = true [dependencies] anyhow.workspace = true base-db = { path = "../base-db" } -bstr = "1.10.0" +bstr = "1.11.0" crossbeam-channel.workspace = true itertools.workspace = true libc = "0.2.162"