diff --git a/Cargo.lock b/Cargo.lock index 202cfa1..254b6aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2570,9 +2570,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", @@ -2820,7 +2820,7 @@ dependencies = [ "moka", "rand 0.10.1", "regex", - "reqwest 0.13.2", + "reqwest 0.13.3", "rust-embed", "rustmail_types", "serde", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 3cbd366..78eb830 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -11,7 +11,7 @@ serenity = "0.12.5" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] } tokio = { version = "1.52.1", features = ["rt-multi-thread", "signal"] } toml = "1.1.2" -reqwest = { version = "0.13.2", features = ["json", "form"] } +reqwest = { version = "0.13.3", features = ["json", "form"] } async-trait = "0.1.89" chrono = { version = "0.4.44", features = ["serde"] } regex = "1.12.3"