From 79826c48a3d0cca56df7e8678040dc3f334d442c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:54:33 +0000 Subject: [PATCH] Bump toml_edit from 0.22.27 to 0.25.11+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.27 to 0.25.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.27...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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 3 ++- crates/cargo-rustapi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c88784..f7376ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.22.27", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-subscriber", "walkdir", @@ -4493,6 +4493,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.1", ] diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index be1d037..da321ee 100644 --- a/crates/cargo-rustapi/Cargo.toml +++ b/crates/cargo-rustapi/Cargo.toml @@ -25,7 +25,7 @@ console = { workspace = true } # File system walkdir = "2.5" -toml_edit = "0.22" +toml_edit = "0.25" notify = "8.0" notify-debouncer-mini = "0.7"