From e67733fb9b166213a6cbe5f2ee15e1e23e38496c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 06:11:56 +0000 Subject: [PATCH] cargo(deps): bump toml from 1.0.1+spec-1.1.0 to 1.0.2+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.1+spec-1.1.0 to 1.0.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.1...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/rustmail/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 715fa07..93ae6c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3704,9 +3704,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.1+spec-1.1.0" +version = "1.0.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" +checksum = "d1dfefef6a142e93f346b64c160934eb13b5594b84ab378133ac6815cb2bd57f" dependencies = [ "indexmap", "serde_core", @@ -3745,9 +3745,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 0.7.13", ] diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index b4bd044..c0e016f 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] } serenity = "0.12.5" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] } tokio = { version = "1.49.0", features = ["rt-multi-thread", "signal"] } -toml = "1.0.1" +toml = "1.0.2" reqwest = { version = "0.13.2", features = ["json", "form"] } async-trait = "0.1.89" chrono = { version = "0.4.43", features = ["serde"] }