소스 검색

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] 2 년 전
부모
커밋
1efe861d3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"