From 0f026399b4e70d811ac1319b6fa5edaece4aa795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:52:45 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.22.27 to 0.23.7 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.27 to 0.23.7. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.27...v0.23.7) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++++--- crates/stellar-scaffold-cli/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21f8937b..c6f127de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3863,7 +3863,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.8.23", - "toml_edit", + "toml_edit 0.22.27", "tracing", "tracing-appender", "tracing-subscriber", @@ -4348,7 +4348,7 @@ dependencies = [ "tokio", "tokio-stream", "toml 0.9.8", - "toml_edit", + "toml_edit 0.23.7", "uuid", "walkdir", "webbrowser", @@ -4786,7 +4786,7 @@ dependencies = [ "serde", "serde_spanned 0.6.9", "toml_datetime 0.6.11", - "toml_edit", + "toml_edit 0.22.27", ] [[package]] @@ -4836,6 +4836,19 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.23.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" +dependencies = [ + "indexmap 2.12.0", + "toml_datetime 0.7.3", + "toml_parser", + "toml_writer", + "winnow", +] + [[package]] name = "toml_parser" version = "1.0.4" diff --git a/crates/stellar-scaffold-cli/Cargo.toml b/crates/stellar-scaffold-cli/Cargo.toml index 686e4c4e..0010a439 100644 --- a/crates/stellar-scaffold-cli/Cargo.toml +++ b/crates/stellar-scaffold-cli/Cargo.toml @@ -66,7 +66,7 @@ notify = "8.2.0" stellar-strkey = { workspace = true } stellar-xdr = { workspace = true } regex = "1.12.2" -toml_edit = "0.22.16" +toml_edit = "0.23.7" indexmap = { version = "2.12", features = ["serde"] } tempfile = "3.23" fs_extra = "1.3"