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"