From f9d267a3380bfeee4d7f09bb13f8ad3a28fabc1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:59:02 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1.0.6 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d531403..4ebb9b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4168,7 +4168,7 @@ dependencies = [ "strum", "tempfile", "tokio", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", ] [[package]] @@ -4935,9 +4935,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",