From df3c17430fba05cc1dae14c4852f5da379234e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:31:34 +0000 Subject: [PATCH] cargo(deps): bump tauri-plugin Bumps the tauri-ecosystem group with 1 update in the / directory: [tauri-plugin](https://github.com/tauri-apps/tauri). Updates `tauri-plugin` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-plugin-v2.3.0...tauri-plugin-v2.4.0) --- updated-dependencies: - dependency-name: tauri-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tauri-ecosystem ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a633bc2..d1bfa2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3293,9 +3293,9 @@ dependencies = [ [[package]] name = "tauri-plugin" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9a0bd00bf1930ad1a604d08b0eb6b2a9c1822686d65d7f4731a7723b8901d3" +checksum = "9946a3cede302eac0c6eb6c6070ac47b1768e326092d32efbb91f21ed58d978f" dependencies = [ "anyhow", "glob", @@ -3304,7 +3304,7 @@ dependencies = [ "serde", "serde_json", "tauri-utils", - "toml 0.8.23", + "toml 0.9.2", "walkdir", ] @@ -3373,9 +3373,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.5.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41743bbbeb96c3a100d234e5a0b60a46d5aa068f266160862c7afdbf828ca02e" +checksum = "41a3852fdf9a4f8fbeaa63dc3e9a85284dd6ef7200751f0bd66ceee30c93f212" dependencies = [ "anyhow", "brotli", @@ -3402,7 +3402,7 @@ dependencies = [ "serde_with", "swift-rs", "thiserror 2.0.12", - "toml 0.8.23", + "toml 0.9.2", "url", "urlpattern", "uuid", diff --git a/Cargo.toml b/Cargo.toml index ede3f2d..e6c115c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ flate2 = "1.1" xz2 = "0.1.7" [build-dependencies] -tauri-plugin = { version = "2.3.0", features = ["build"] } +tauri-plugin = { version = "2.4.0", features = ["build"] }