From 31cb5827568da379047df5cd4d0b2962d4e7a7ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:47:43 -0300 Subject: [PATCH] chore(deps) Update Tauri Build (dev) (#8044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/tauri-build/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-build/Cargo.toml b/core/tauri-build/Cargo.toml index cb2b800df..40c39e84b 100644 --- a/core/tauri-build/Cargo.toml +++ b/core/tauri-build/Cargo.toml @@ -21,11 +21,11 @@ anyhow = "1" quote = { version = "1", optional = true } tauri-codegen = { version = "2.0.0-alpha.9", path = "../tauri-codegen", optional = true } tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils", features = [ "build", "resources" ] } -cargo_toml = "0.15" +cargo_toml = "0.16" serde = "1" serde_json = "1" heck = "0.4" -json-patch = "1.0" +json-patch = "1.2" walkdir = "2" tauri-winres = "0.1" semver = "1"