From 199c0fc79e942be11b61f620bd1ea5f6ca1345e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 02:07:43 +0000 Subject: [PATCH] chore(deps): update rust crate toml_edit to 0.23 --- crates/tauri-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 7a889e8d32fe..f76d698dfd64 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -56,7 +56,7 @@ notify = "8" notify-debouncer-full = "0.5" shared_child = "1" duct = "1.0" -toml_edit = { version = "0.22", features = ["serde"] } +toml_edit = { version = "0.23", features = ["serde"] } json-patch = "3" tauri-utils = { version = "2.5.0", path = "../tauri-utils", features = [ "isolation",