From 3bc06d2e3e3bab52ddc3fc7b56ed60616e5ba5ce Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 21 Jul 2024 22:37:18 +0200 Subject: [PATCH] Bump bstr to 1.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9c4836..f5abcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0.68" [dependencies] unicode-segmentation = { version = "1.7.1", optional = true } -bstr = { version = "0.2.14", optional = true, default-features = false } +bstr = { version = "1.6.2", optional = true, default-features = false } serde = { version = "1.0.130", optional = true, features = ["derive"] } [[example]]