From 347fdf07a13e0d3f1f81042ba041d1440a07847f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:01:16 +0000 Subject: [PATCH] chore(deps): bump toml in the rust-all group Bumps the rust-all group with 1 update: [toml](https://github.com/toml-rs/toml). Updates `toml` from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 624ca76..692cdf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7222,9 +7222,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" dependencies = [ "indexmap", "serde_core", @@ -9607,7 +9607,7 @@ dependencies = [ "tokio-stream", "tokio-tungstenite 0.28.0", "tokio-util", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.4+spec-1.1.0", "tower", "tower-http", "tracing", @@ -9647,7 +9647,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.4+spec-1.1.0", "tracing", ]