From d362c03cd0d3cff32a416fbf494471ae605b1e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:44:45 +0000 Subject: [PATCH] Bump toml_edit from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.25.11+spec-1.1.0 to 0.25.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.25.11...v0.25.12) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.25.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0a5fe9..9655979 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ "rmp-serde", "tar", "termsize", - "toml_edit 0.25.11+spec-1.1.0", + "toml_edit 0.25.12+spec-1.1.0", ] [[package]] @@ -943,9 +943,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.25.11+spec-1.1.0" +version = "0.25.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" +checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7" dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 5794a3d..0077794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ dev-support = ["rmp-serde"] anyhow = "1.0.102" quick-error = "2.0.1" locate-cargo-manifest = "0.2.2" -toml_edit = "0.25.11" +toml_edit = "0.25.12" bytesize = "2.3.1" criner-waste-report = { version = "0.1.5", default-features = false } ansi_term = "0.12.1"