From 51a9ba37a0ffc94cb81bc375f8135a5d1af79fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 05:43:24 +0000 Subject: [PATCH] chore(deps): bump toml_edit from 0.24.1+spec-1.1.0 to 0.25.11+spec-1.1.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.24.1+spec-1.1.0 to 0.25.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.24.1...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 | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45e1081b905b8..caa698a7019d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4950,7 +4950,7 @@ dependencies = [ "tempo-alloy", "thiserror 2.0.18", "tokio", - "toml_edit 0.24.1+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tower-http", "tracing", "url", @@ -5533,7 +5533,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "toml 0.9.12+spec-1.1.0", - "toml_edit 0.24.1+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "unit-prefix", "walkdir", @@ -12481,19 +12481,6 @@ dependencies = [ "winnow 0.7.15", ] -[[package]] -name = "toml_edit" -version = "0.24.1+spec-1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01f2eadbbc6b377a847be05f60791ef1058d9f696ecb51d2c07fe911d8569d8e" -dependencies = [ - "indexmap 2.14.0", - "toml_datetime 0.7.5+spec-1.1.0", - "toml_parser", - "toml_writer", - "winnow 0.7.15", -] - [[package]] name = "toml_edit" version = "0.25.11+spec-1.1.0" @@ -12505,6 +12492,7 @@ dependencies = [ "serde_spanned", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.3", ] diff --git a/Cargo.toml b/Cargo.toml index 801093d5cbe88..032de01fe6bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -487,7 +487,7 @@ tempfile = "3.23" tokio = "1" tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] } toml = "0.9" -toml_edit = "0.24" +toml_edit = "0.25" tower = "0.5" tower-http = "0.6" tracing = "0.1"