From ebac08ebb7f2024eaa2864f20febcb841dd3cf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:31:47 +0000 Subject: [PATCH] Bump toml_edit from 0.22.27 to 0.23.10+spec-1.0.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.27 to 0.23.10+spec-1.0.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.27...v0.23.10) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.10+spec-1.0.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 1a705531..646e7020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml", - "toml_edit 0.22.27", + "toml_edit 0.23.10+spec-1.0.0", "tracing", "tracing-subscriber", "walkdir", @@ -4318,6 +4318,7 @@ dependencies = [ "indexmap", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", + "toml_writer", "winnow", ] @@ -4336,6 +4337,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" +[[package]] +name = "toml_writer" +version = "1.0.6+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" + [[package]] name = "tonic" version = "0.14.3" diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index 7cb171af..9d823c64 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.23" # Async tokio = { workspace = true, features = ["process", "fs", "macros", "rt-multi-thread", "time", "signal"] }