From ed78f52cd1d2ab28dbede5701546356ff1c15970 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:25:16 +0800 Subject: [PATCH] chore(deps) Update Rust crate json-patch to v3 (#11466) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tauri-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-codegen/Cargo.toml b/crates/tauri-codegen/Cargo.toml index f132a3da8..19884121d 100644 --- a/crates/tauri-codegen/Cargo.toml +++ b/crates/tauri-codegen/Cargo.toml @@ -33,7 +33,7 @@ uuid = { version = "1", features = ["v4"] } semver = "1" ico = "0.3" png = "0.17" -json-patch = "2.0" +json-patch = "3.0" url = "2" [target."cfg(target_os = \"macos\")".dependencies]