From 24b929e9fa8f3132756fe8c0306c10d73a35ebfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:56:07 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.27 --- outlook/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outlook/Cargo.toml b/outlook/Cargo.toml index d61e951..e752e6c 100644 --- a/outlook/Cargo.toml +++ b/outlook/Cargo.toml @@ -15,7 +15,7 @@ tracing = ["dep:tracing"] async-mailer-core = { path = "../core", version = "0.3" } async-trait = "0.1.79" base64 = "0.21.0" -reqwest = { version = "0.11.17", features = ["rustls", "rustls-tls", "gzip", "brotli"], default-features = false } +reqwest = { version = "0.11.27", features = ["rustls", "rustls-tls", "gzip", "brotli"], default-features = false } secrecy = "0.8.0" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.96"