From 35296576015ad28bffb7a8f2b919ffebebaa5f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:42:07 +0000 Subject: [PATCH] build(deps): bump bstr from 1.9.1 to 1.10.0 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.1 to 1.10.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.9.1...1.10.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... 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 36c0848..1604948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", ] diff --git a/integration-test/Cargo.toml b/integration-test/Cargo.toml index 2b4857b..a861c52 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.9.1", default-features = false } +bstr = { version = "1.10.0", default-features = false } bytes = "1.6.1" imap-codec = { version = "2.0.0-alpha.4" } imap-next = { path = ".." }