From 40cb2b01672ac405b8269b4f430f5ef35ca04180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:48:52 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8 --- core/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index fe9b30d6df11..0dd7b586be08 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -29,7 +29,7 @@ getrandom = { version = "0.2", optional = true, features = [ "std" ] } serialize-to-javascript = { version = "=0.1.2", optional = true } ctor = "0.2" json5 = { version = "0.4", optional = true } -toml = { version = "0.7", optional = true } # the other used toml crates still use 0.7 +toml = { version = "0.8", optional = true } # the other used toml crates still use 0.7 json-patch = "2" glob = { version = "0.3", optional = true } walkdir = { version = "2", optional = true }