From 05215d2489ee8c20979b46447c2c219a9f65d464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:07:09 +0000 Subject: [PATCH] build(deps): bump toml_edit Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.23.10+spec-1.0.0 to 0.25.13+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.23.10...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 | 21 +++------------------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2643829..533129b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ "thiserror 2.0.20", "tokio", "toml", - "toml_edit 0.23.10+spec-1.0.0", + "toml_edit", "tracing", "tracing-subscriber", "uuid", @@ -5193,7 +5193,7 @@ version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ - "toml_edit 0.25.13+spec-1.1.0", + "toml_edit", ] [[package]] @@ -6960,19 +6960,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "toml_edit" -version = "0.23.10+spec-1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" -dependencies = [ - "indexmap", - "toml_datetime 0.7.5+spec-1.1.0", - "toml_parser", - "toml_writer", - "winnow 0.7.15", -] - [[package]] name = "toml_edit" version = "0.25.13+spec-1.1.0" @@ -6982,6 +6969,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.4", ] @@ -8507,9 +8495,6 @@ name = "winnow" version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" -dependencies = [ - "memchr", -] [[package]] name = "winnow" diff --git a/Cargo.toml b/Cargo.toml index 86fe121..c5e903b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -246,7 +246,7 @@ async-stream = "0.3" # CLI - Serialization serde_with = { version = "3", features = ["macros", "base64"] } -toml_edit = "0.23" +toml_edit = "0.25" # CLI - Arguments clap = { version = "4", features = ["derive", "wrap_help", "env"] }