From 6b0614b25912cab1c14ef326509580abc73727bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 19:49:05 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd4c6df..1f9bb537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.26.0", features = ["macros", "time", "process", "rt-multi futures = "0.3.27" mongodb = "2.4.0" bson = "2.6.1" -reqwest = "0.11.15" +reqwest = "0.12.0" urlencoding = "2.1.2" async-trait = "0.1.67" actix = { version = "0.13.0", features = ["macros"]}