From 694181f0de55a8725681b14e5f4f6c528defbd0b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 13 Dec 2024 04:47:07 +0000 Subject: [PATCH] Update Rust crate bstr to 1.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bd3823da92..e06b57156ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,9 +315,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", "serde", diff --git a/Cargo.toml b/Cargo.toml index 39f11eb1f1a..4db1d2b405a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "MIT OR Apache-2.0" aho-corasick = "1.1.3" async-scoped = { version = "0.9.0", features = ["use-tokio"] } atomicwrites = "0.4.4" -bstr = { version = "1.11.0", default-features = false, features = ["std"] } +bstr = { version = "1.11.1", default-features = false, features = ["std"] } bytes = "1.9.0" camino = "1.1.9" camino-tempfile = "1.1.1"