From af39801cddd6bcd4001416127d5dde4494db0699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:14:05 +0000 Subject: [PATCH] Bump toml from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.5...toml-v1.1.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 257b7d18..66ad6f51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1001,7 +1001,7 @@ dependencies = [ "tokio", "tokio-rustls", "tokio-util", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "uuid", "version_check", "waitgroup", @@ -2604,7 +2604,7 @@ dependencies = [ "test-common", "thiserror 2.0.20", "tokio", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "toml_edit 0.25.13+spec-1.1.0", "tracing", "uuid", @@ -2661,7 +2661,7 @@ dependencies = [ "thouart", "tokio", "tokio-util", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "toml_edit 0.25.13+spec-1.1.0", "tracing", "tracing-subscriber", @@ -4510,9 +4510,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.5+spec-1.1.0" +version = "1.1.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" +checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a" dependencies = [ "indexmap", "serde_core",