From bddf59e5d0d969f7bd45afd1fbe3bdbf2b77f8af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:19:14 -0300 Subject: [PATCH] chore(deps) Update Rust crate cargo_toml to 0.13 (#5434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/tauri-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-build/Cargo.toml b/core/tauri-build/Cargo.toml index 7d1498bf8..d912d447f 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.1.1", path = "../tauri-codegen", optional = true } tauri-utils = { version = "1.1.1", path = "../tauri-utils", features = [ "build", "resources" ] } -cargo_toml = "0.12" +cargo_toml = "0.13" serde_json = "1" heck = "0.4" json-patch = "0.2"