From 48f6588811598f1e9d12e252257a87d692a16127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:56:53 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1.1.5 --- skilldeck-lint/Cargo.lock | 4 ++-- src-tauri/Cargo.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/skilldeck-lint/Cargo.lock b/skilldeck-lint/Cargo.lock index 78dc71b5..e8e4f8c0 100644 --- a/skilldeck-lint/Cargo.lock +++ b/skilldeck-lint/Cargo.lock @@ -763,9 +763,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" dependencies = [ "indexmap", "serde_core", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ebf386ee..fc3d11b7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1322,7 +1322,7 @@ dependencies = [ "serde-untagged", "serde_core", "serde_json", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.5+spec-1.1.0", "winnow 1.0.1", "yaml-rust2", ] @@ -6787,7 +6787,7 @@ dependencies = [ "thiserror 2.0.20", "tokio", "tokio-util", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.5+spec-1.1.0", "toon-rust", "tracing", "tracing-subscriber", @@ -6859,7 +6859,7 @@ dependencies = [ "serde_yaml", "specta", "thiserror 2.0.20", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.5+spec-1.1.0", "walkdir", ] @@ -7749,7 +7749,7 @@ dependencies = [ "tauri-plugin", "tauri-utils", "thiserror 2.0.20", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.5+spec-1.1.0", "url", ] @@ -7977,7 +7977,7 @@ dependencies = [ "serde_with", "swift-rs", "thiserror 2.0.20", - "toml 1.1.4+spec-1.1.0", + "toml 0.9.12+spec-1.1.0", "url", "urlpattern", "uuid", @@ -8256,9 +8256,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" dependencies = [ "indexmap 2.13.0", "serde_core",