From 115d3c70e16a527214671d81e097f390d5745683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:28:05 +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 | 9 ++++++++- crates/cargo-rustapi/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78e23e5..241aa5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml", - "toml_edit 0.22.27", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-subscriber", "walkdir", @@ -4499,6 +4499,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.1", ] @@ -4517,6 +4518,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" +[[package]] +name = "toml_writer" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" + [[package]] name = "tonic" version = "0.14.5" diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index 6e872ce..da874e1 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"