From 5212730773a12367e0cf50eab4ac72c58e29b419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:10:12 +0000 Subject: [PATCH] Bump toml from 0.8.2 to 0.9.12+spec-1.1.0 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] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98010892..f7d58b88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3843,7 +3843,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tower", "tower-http", "tracing", @@ -3908,7 +3908,7 @@ dependencies = [ "serde_json", "tempfile", "tokio", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -3936,7 +3936,7 @@ dependencies = [ "tauri-plugin-single-instance", "tauri-plugin-updater", "tokio", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", ] @@ -3962,7 +3962,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "url", "uuid", @@ -3981,7 +3981,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", ] @@ -4017,7 +4017,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -4056,7 +4056,7 @@ dependencies = [ "serde_yaml", "tempfile", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", "walkdir", @@ -4112,7 +4112,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "tracing", "uuid", "walkdir", @@ -4134,7 +4134,7 @@ dependencies = [ "serde_json", "sha2", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "uuid", ] diff --git a/Cargo.toml b/Cargo.toml index 85273859..88465da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio-stream = "0.1" # Serialization serde = { version = "1", features = ["derive"] } serde_json = "1" -toml = "0.8" +toml = "0.9" rmp-serde = "1" # Error handling