Browse Source

chore(deps) Update Rust crate json-patch to v3 (#11467)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
ccf20eb3ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/tauri-utils/Cargo.toml

+ 1 - 1
crates/tauri-utils/Cargo.toml

@@ -33,7 +33,7 @@ serialize-to-javascript = { version = "=0.1.1", optional = true }
 ctor = "0.2"
 ctor = "0.2"
 json5 = { version = "0.4", optional = true }
 json5 = { version = "0.4", optional = true }
 toml = { version = "0.8", features = ["parse"] }
 toml = { version = "0.8", features = ["parse"] }
-json-patch = "2.0"
+json-patch = "3.0"
 glob = "0.3"
 glob = "0.3"
 urlpattern = "0.3"
 urlpattern = "0.3"
 regex = "1"
 regex = "1"