From 6e54665678c84ea2465f34d31119b281e0ad3d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:11:57 +0000 Subject: [PATCH] build(deps): 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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be36ff0..f82398d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6159,7 +6159,7 @@ dependencies = [ "spectre-tui", "tempfile", "tokio", - "toml_edit 0.22.27", + "toml_edit 0.23.10+spec-1.0.0", "tracing", "tracing-subscriber", ] @@ -6194,7 +6194,7 @@ dependencies = [ "tokio-test", "tokio-util", "toml 0.8.23", - "toml_edit 0.22.27", + "toml_edit 0.23.10+spec-1.0.0", "tracing", "tracing-appender", "tracing-subscriber", @@ -7391,6 +7391,7 @@ dependencies = [ "indexmap 2.13.0", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 0.7.14", ] diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..8b63b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" toml = "0.8" -toml_edit = "0.22" +toml_edit = "0.23" # Error handling thiserror = "2.0"