From 69546ca1d66bb6f9b00e09c9b2aa6d9abf6349cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:36:41 +0000 Subject: [PATCH] chore(deps): update rust crate json-escape to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c3a16f..a4bc4f6 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.1.1" +json-escape = "0.2.0" [profile.bench] lto = true