From f86b566eddb1499f83f617f9fb65187aca7b2935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:48:57 +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 | 23 ++++------------------- Cargo.toml | 2 +- crates/codex/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff711c85..aecdf308 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3159,7 +3159,7 @@ dependencies = [ "tokio-tungstenite 0.28.0", "tokio-util", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.24.1+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-opentelemetry", "tracing-subscriber", @@ -3620,7 +3620,7 @@ dependencies = [ "tokio", "tokio-stream", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.24.1+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tonic", "tonic-prost", "tonic-prost-build", @@ -3748,7 +3748,7 @@ dependencies = [ "tokio-tungstenite 0.28.0", "tokio-util", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.24.1+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-opentelemetry", "tracing-subscriber", @@ -18166,19 +18166,6 @@ dependencies = [ "winnow 0.5.40", ] -[[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" @@ -18188,6 +18175,7 @@ dependencies = [ "indexmap 2.14.0", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.2", ] @@ -20258,9 +20246,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 2cc42f82..6a62c367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -348,7 +348,7 @@ opentelemetry-appender-tracing = "0.31.0" opentelemetry-otlp = "0.31.0" opentelemetry-semantic-conventions = "0.31.0" serde_path_to_error = "0.1.20" -toml_edit = "0.24.0" +toml_edit = "0.25.11" wildmatch = "2.6.1" dns-lookup = "3.0.1" winapi-util = "0.1.11" diff --git a/crates/codex/Cargo.toml b/crates/codex/Cargo.toml index 8b7c265d..ba898f14 100644 --- a/crates/codex/Cargo.toml +++ b/crates/codex/Cargo.toml @@ -382,7 +382,7 @@ tokio-tungstenite = { version = "0.28.0", features = [ ] } tokio-util = "0.7.18" toml = "1.1.2" -toml_edit = "0.24.0" +toml_edit = "0.25.11" tracing = "0.1.44" tracing-appender = "0.2.3" tracing-opentelemetry = "0.32.0"