From 01fa1e90d305fdaf53e792edff373dfe34e39521 Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Thu, 9 Jan 2025 03:38:13 +0800 Subject: [PATCH] chore: upgrade reqwest to v0.12 and hyper to v1 (#1278) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca3de6fd..85457e1cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ version = "0.11.0" default-features = false [dependencies.reqwest] -version = "0.11.2" +version = "0.12.12" optional = true default-features = false features = ["json", "rustls-tls"]