From 5b2996d10b14e0e2e209d447ef0de5464e150c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:04:33 +0000 Subject: [PATCH] Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.6+spec-1.1.0 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 dbef9254..09543166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,7 +2563,7 @@ dependencies = [ "test-common", "thiserror 2.0.18", "tokio", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "toml_edit 0.25.3+spec-1.1.0", "tracing", "uuid", @@ -2619,7 +2619,7 @@ dependencies = [ "thouart", "tokio", "tokio-util", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "toml_edit 0.25.3+spec-1.1.0", "tracing", "tracing-subscriber", @@ -4458,9 +4458,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 3d25a803..b135c1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ test-common = { path = "test-common" } thouart = { git = "https://github.com/oxidecomputer/thouart" } tokio = { version = "1.49.0", features = ["full"] } tokio-util = "0.7.18" -toml = "1.0.3" +toml = "1.0.6" toml_edit = "0.25.3" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }