From 9b6f8dbec21f2891351b7b7db32fb48147d1b75d Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Wed, 8 Jan 2025 17:14:53 +0800 Subject: [PATCH] chore: upgrade reqwest to v0.12 and hyper to v1 --- 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"]