From 7d41eba6fccb63544f66f363ff64705bda63f0bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:03:41 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.9 --- plugins/fs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 73df3d0e26..2c6fc15d2a 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -24,7 +24,7 @@ ios = { level = "partial", notes = "Access is restricted to Application folder b tauri-plugin = { workspace = true, features = ["build"] } schemars = { workspace = true } serde = { workspace = true } -toml = "0.8" +toml = "0.9" tauri-utils = { workspace = true, features = ["build"] } [dependencies]