From 3bcea0577702014a6f957a6eca06841d6b7f330b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:00:23 +0000 Subject: [PATCH] Bump toml from 0.8.2 to 0.9.12+spec-1.1.0 in /src-tauri Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 0.9.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.2...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6545756..8878509 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1153,7 +1153,7 @@ dependencies = [ "tauri-build", "thiserror 2.0.18", "tokio", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7489f65..6e95370 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1" git2 = "0.19" regex = "1" notify-rust = "4" -toml = "0.8" +toml = "0.9" dirs = "6" chrono = "0.4" libc = "0.2"