From 88daf9701475a929742e377abb922ee213ec0d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:57:04 +0000 Subject: [PATCH] chore(deps): bump toml in the patch-updates group Bumps the patch-updates group with 1 update: [toml](https://github.com/toml-rs/toml). Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.5...toml-v1.1.6) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3970bcc..cbb666c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,7 +1432,7 @@ dependencies = [ "tokio", "tokio-serial", "tokio-util", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "tracing", ] @@ -2181,7 +2181,7 @@ dependencies = [ "snafu", "stoicheion", "tokio", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "tracing", "ulid", ] @@ -2493,7 +2493,7 @@ dependencies = [ "snafu", "stoicheion", "tempfile", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "tracing", ] @@ -2512,7 +2512,7 @@ dependencies = [ "stoicheion", "subtle", "tempfile", - "toml 1.1.5+spec-1.1.0", + "toml 1.1.6+spec-1.1.0", "tracing", "ulid", "zeroize", @@ -2651,9 +2651,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.5+spec-1.1.0" +version = "1.1.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" +checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a" dependencies = [ "indexmap", "serde_core",