From ccf20eb3ff57158fde24c322f8ce9d54755a2961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:25:08 +0800 Subject: [PATCH] chore(deps) Update Rust crate json-patch to v3 (#11467) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-utils/Cargo.toml b/crates/tauri-utils/Cargo.toml index 2552bb963..cd36d6ce2 100644 --- a/crates/tauri-utils/Cargo.toml +++ b/crates/tauri-utils/Cargo.toml @@ -33,7 +33,7 @@ serialize-to-javascript = { version = "=0.1.1", optional = true } ctor = "0.2" json5 = { version = "0.4", optional = true } toml = { version = "0.8", features = ["parse"] } -json-patch = "2.0" +json-patch = "3.0" glob = "0.3" urlpattern = "0.3" regex = "1"