From f1837b9a8ef49d7f5b3bf9f5a5c6fe5a43cd2714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 10:34:38 +0000 Subject: [PATCH] Bump toml from 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0 in /src-tauri Bumps [toml](https://github.com/toml-rs/toml) from 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.12...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 12420a2..e59a48e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -495,7 +495,7 @@ dependencies = [ "tauri-plugin-process", "tauri-plugin-pty", "tauri-plugin-updater", - "toml 0.9.12+spec-1.1.0", + "toml 1.1.2+spec-1.1.0", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d8e6954..8c5d8fa 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri-plugin-notification = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -toml = "0.9" +toml = "1.1" libc = "0.2" dirs = "6"