From 014c324aa9c426293624f600883ac99605c98aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:55:45 +0000 Subject: [PATCH] Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 in /autorust Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- autorust/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index 8da8c275..1919dcd0 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ "serde_yaml", "syn 2.0.117", "thiserror 2.0.18", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", ] [[package]] @@ -2669,9 +2669,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core",