From 20c142f74914277abff359a8acfa7ad49fce2172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:38:19 -0300 Subject: [PATCH] chore(deps) Update Rust crate json-patch to v3 (#11377) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tauri-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-build/Cargo.toml b/crates/tauri-build/Cargo.toml index 4e18e687f..0bd4c9c46 100644 --- a/crates/tauri-build/Cargo.toml +++ b/crates/tauri-build/Cargo.toml @@ -37,7 +37,7 @@ cargo_toml = "0.17" serde = "1" serde_json = "1" heck = "0.5" -json-patch = "2.0" +json-patch = "3.0" walkdir = "2" tauri-winres = "0.1" semver = "1"