From db8e965c87222b5ae7a9d1c297a4a4b9a96b5514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:56:18 +0000 Subject: [PATCH] chore(deps): bump toml from 1.0.1+spec-1.1.0 to 1.0.3+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.1+spec-1.1.0 to 1.0.3+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.1...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+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 8958662..952c432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3051,9 +3051,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.1+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "indexmap 2.13.0", "serde_core", @@ -3075,9 +3075,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.8+spec-1.1.0" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 1d91f22..47e23e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ stable-eyre = "0.2" tempfile = "3.16.0" thiserror = "2.0.11" tokio = "1.42" -toml = "1.0.1" +toml = "1.0.3" uuid = "1.21.0" xeddsa = "1.0.2" zeroize = "1.8.2"