From 90c6ea74a33a05ec63e90ef8b4fd5821702650a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:12:02 +0000 Subject: [PATCH] deps(cargo)(deps): bump toml Bumps the cargo-minor-patch group with 1 update in the / directory: [toml](https://github.com/toml-rs/toml). Updates `toml` from 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.4...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 dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f86233..95f3460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,7 +1302,7 @@ dependencies = [ "ryu", "serde", "sha2", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "uuid", ] @@ -2105,7 +2105,7 @@ dependencies = [ "serde-wasm-bindgen", "serde_json", "serde_urlencoded", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "urlencoding", "version_check", "wasm-bindgen", @@ -2242,9 +2242,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.4+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core",