From aaf22db0a096eb36781b854345109eb151474b18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:44:30 +0000 Subject: [PATCH] chore(deps): update rust crate json-escape to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4bc4f6..c9d15bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ criterion = { version = "3.0.5", package = "codspeed-criterion-compat" } glob = "0.3" serde_json = "1" v_jsonescape = "0.7" -json-escape = "0.2.0" +json-escape = "0.3.0" [profile.bench] lto = true