From 5b5ba688af5479b7a357ffc50f0ec2e31be8115d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:11:48 +0000 Subject: [PATCH] Bump cargo_toml from 1.0.0 to 1.0.1 in /autorust Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 1.0.0 to 1.0.1. - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cargo_toml dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- autorust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index ebdba4b6..f8ab2a49 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -518,9 +518,9 @@ checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d" [[package]] name = "cargo_toml" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa61aec073ec94791433ddf3df2323ff9d1711557c2a0eefb0f99cb4f8dca520" +checksum = "82f4b26e751e711a5302649417f2da046dce6391b2ea30a4820f37462314f0b9" dependencies = [ "semver 1.0.28", "serde",