From e387eedf5c75d81ce06d518759fdde836ce7f07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 08:44:15 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.25 --- apps/api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/Cargo.toml b/apps/api/Cargo.toml index 3b7b2dc..365cfad 100644 --- a/apps/api/Cargo.toml +++ b/apps/api/Cargo.toml @@ -22,7 +22,7 @@ lazy_static = "1.4.0" oauth2 = { version = "4.4.2", features = ["pkce-plain"] } rand = { version = "0.8.5", features = ["std_rng"] } regex = "1.10.3" -reqwest = { version = "0.11.23", features = ["json"] } +reqwest = { version = "0.11.25", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" sqlx = { version = "0.7.3", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }