From 63b230ecf843d88645d0328baf1c574c5ab14dc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:33:08 +0000 Subject: [PATCH] fix(deps): 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 3dc306a..fb31427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ openidconnect = { version = "3.5.0", optional = true } pbjson-types = { version = "0.7.0", optional = true } prost = { version = "0.13.1", optional = true } prost-types = { version = "0.13.1", optional = true } -reqwest = { version = "0.11.27", features = ["json", "rustls-tls"], default-features = false, optional = true } +reqwest = { version = "0.12.0", features = ["json", "rustls-tls"], default-features = false, optional = true } rocket = { version = "0.5.0", optional = true } serde = { version = "1.0.200", features = ["derive"], optional = true } serde_json = { version = "1.0.116", optional = true }