diff --git a/core/tauri-build/Cargo.toml b/core/tauri-build/Cargo.toml index 15410596b..a96287726 100644 --- a/core/tauri-build/Cargo.toml +++ b/core/tauri-build/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1" quote = { version = "1", optional = true } tauri-codegen = { version = "1.2.1", path = "../tauri-codegen", optional = true } tauri-utils = { version = "1.2.1", path = "../tauri-utils", features = [ "build", "resources" ] } -cargo_toml = "0.13" +cargo_toml = "0.14" serde_json = "1" heck = "0.4" json-patch = "0.3"