From beef02d6a43f302b9071d8f2df8bd47a549223d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:04:36 +0000 Subject: [PATCH] Bump toml_edit from 0.23.6 to 0.23.7 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.23.6 to 0.23.7. - [Commits](https://github.com/toml-rs/toml/compare/v0.23.6...v0.23.7) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebf86cbe..274a091c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2502,7 +2502,7 @@ dependencies = [ "thiserror 2.0.17", "tokio", "toml 0.9.8", - "toml_edit 0.23.6", + "toml_edit 0.23.7", "tracing", "uuid", ] @@ -2557,7 +2557,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.9.8", - "toml_edit 0.23.6", + "toml_edit 0.23.7", "tracing", "tracing-subscriber", "url", @@ -4179,9 +4179,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.6" +version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" +checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" dependencies = [ "indexmap", "toml_datetime 0.7.3", diff --git a/Cargo.toml b/Cargo.toml index 12284ba8..a9d34617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ thouart = { git = "https://github.com/oxidecomputer/thouart" } tokio = { version = "1.47.1", features = ["full"] } tokio-util = "0.7.16" toml = "0.9.8" -toml_edit = "0.23.6" +toml_edit = "0.23.7" tracing = "0.1.41" tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] } url = "2.5.7"