From 55c78e42a08d412bc6dc0ecef1d15cc50f8ff488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:22:23 +0000 Subject: [PATCH] chore(deps): bump toml from 0.8.2 to 1.1.2+spec-1.1.0 in /src-tauri Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 1.1.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.2...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 65b2ed9..0a57734 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.2", + "toml 1.1.2+spec-1.1.0", "window-vibrancy", ] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f7e4adb..f98be1c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ window-vibrancy = "0.6" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -toml = { version = "0.8", features = ["parse"] } +toml = { version = "1.1", features = ["parse"] } dirs = "6" tokio = { version = "1", features = ["process", "time", "io-util"] } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }