Просмотр исходного кода

chore(deps) Update Rust crate json-patch to 1.2 (dev) (#8043)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 год назад
Родитель
Сommit
c982e52eb0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/tauri-codegen/Cargo.toml

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

@@ -27,7 +27,7 @@ uuid = { version = "1", features = [ "v4" ] }
 semver = "1"
 ico = "0.3"
 png = "0.17"
-json-patch = "1.0"
+json-patch = "1.2"
 url = "2"
 
 [target."cfg(target_os = \"macos\")".dependencies]