From 46ad0fb2459f80e59ab69f987e091339618ddc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:23:37 +0000 Subject: [PATCH] chore(deps): bump toml from 1.1.4+spec-1.1.0 to 1.1.6+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.1.4+spec-1.1.0 to 1.1.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.4...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03d3a01..4f255b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ "serde_yaml", "tempfile", "tokio", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "toml_edit 0.25.13+spec-1.1.0", "tracing", "tracing-subscriber", @@ -4323,9 +4323,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a" dependencies = [ "indexmap", "serde_core",