From c81b264ce1054ed358a7124368f100acac0bc63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:23:43 +0000 Subject: [PATCH] chore(deps): bump toml_edit from 0.22.27 to 0.25.13+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.27 to 0.25.13+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.27...v0.25.13) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.25.13+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 3213cce4..41eda206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ "tempfile", "tokio", "toml 1.1.4+spec-1.1.0", - "toml_edit 0.22.27", + "toml_edit 0.25.13+spec-1.1.0", "tracing", "tracing-subscriber", ] @@ -4303,6 +4303,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.4", ] diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index d6cc7051..39d1c509 100644 --- a/crates/cargo-rustapi/Cargo.toml +++ b/crates/cargo-rustapi/Cargo.toml @@ -24,7 +24,7 @@ indicatif = { workspace = true } console = { workspace = true } # File system -toml_edit = "0.22" +toml_edit = "0.25" notify = { version = "8.0", optional = true } notify-debouncer-mini = { version = "0.7", optional = true }