From 1cbd3f9ef1a8d0ee6018ff26f96228cbaf4ae44e Mon Sep 17 00:00:00 2001 From: "dependency-automation-app[bot]" <205013149+dependency-automation-app[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 02:12:46 +0000 Subject: [PATCH] fix(deps): update rust crate bstr to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81bf7a7..2dd94a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.7" -bstr = "0.2" +bstr = "1.0" byteorder = "1" memchr = "2" parking_lot = "0.12"