Explorar el Código

chore(deps) Update Rust crate json-patch to 0.3 (#5828)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] hace 2 años
padre
commit
1efe861d3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/tauri-build/Cargo.toml

+ 1 - 1
core/tauri-build/Cargo.toml

@@ -24,7 +24,7 @@ tauri-utils = { version = "1.2.1", path = "../tauri-utils", features = [ "build"
 cargo_toml = "0.13"
 serde_json = "1"
 heck = "0.4"
-json-patch = "0.2"
+json-patch = "0.3"
 
 [target."cfg(windows)".dependencies]
 winres = "0.1"