From 6a978f82f43cc7b26e83113b0cbf4d7d1ceb7cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 13:34:54 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to v0.12.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9edcf0ec..04f80673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ criterion = "=0.5.1" csv = "=1.3.0" mock_instant = { version = "=0.5.1" } # By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies -reqwest = { version = "=0.11.22", features = ["rustls-tls"], default-features = false } +reqwest = { version = "=0.12.15", features = ["rustls-tls"], default-features = false } futures = "=0.3.31" tokio = { version = "=1.24.2", features = ["rt-multi-thread"] } sha2 = "=0.9.9"