From bacc38e20e723ac535ca60e804c4e317291e0322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:22:28 +0000 Subject: [PATCH] build(deps): bump bstr from 1.10.0 to 1.11.0 in the dependencies group Bumps the dependencies group with 1 update: [bstr](https://github.com/BurntSushi/bstr). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integration-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11c2c5e..3419a0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,9 +96,9 @@ dependencies = [ [[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", ] diff --git a/integration-test/Cargo.toml b/integration-test/Cargo.toml index 5b2ddb2..47b2c99 100644 --- a/integration-test/Cargo.toml +++ b/integration-test/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -bstr = { version = "1.10.0", default-features = false } +bstr = { version = "1.11.0", default-features = false } bytes = "1.8.0" imap-codec = { version = "2.0.0-alpha.4" } imap-next = { path = ".." }