From f48a587463efb6a2fc7ff36219cf88031cce4a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:28:13 +0000 Subject: [PATCH] Bump toml_edit from 0.22.27 to 0.25.12+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.27 to 0.25.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.27...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-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 983ba4a..55a9f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ "tempfile", "tokio", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.22.27", + "toml_edit 0.25.12+spec-1.1.0", "tracing", "tracing-subscriber", ] @@ -4413,6 +4413,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.3", ] diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index a0e8d5f..c530429 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 }