From 5dbbb31d617a9035952ab199dd5226199951a275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:08:29 +0000 Subject: [PATCH] deps: bump toml_edit from 0.25.10+spec-1.1.0 to 0.25.11+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.25.10+spec-1.1.0 to 0.25.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.25.10...v0.25.11) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.25.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ea2f98..2f62b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4765,9 +4765,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.25.10+spec-1.1.0" +version = "0.25.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82418ca169e235e6c399a84e395ab6debeb3bc90edc959bf0f48647c6a32d1b" +checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0",