diff --git a/Cargo.lock b/Cargo.lock index 9915d99..444e18b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3772,9 +3772,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.1+spec-1.1.0" +version = "1.1.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "994b95d9e7bae62b34bab0e2a4510b801fa466066a6a8b2b57361fa1eba068ee" +checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" dependencies = [ "indexmap", "serde_core", @@ -3813,9 +3813,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.1.1+spec-1.1.0" +version = "1.1.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ca317ebc49f06bd748bfba29533eac9485569dc9bf80b849024b025e814fb9" +checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" dependencies = [ "winnow 1.0.0", ] diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 1c82ce5..a48ed14 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.50.0", features = ["rt-multi-thread", "signal"] } -toml = "1.1.1" +toml = "1.1.2" reqwest = { version = "0.13.2", features = ["json", "form"] } async-trait = "0.1.89" chrono = { version = "0.4.44", features = ["serde"] }