From 4bff4b0c3cd52dedf4979c1ef78df867c742ce35 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Thu, 23 May 2024 08:59:16 +0900 Subject: [PATCH] chore: update reqwest --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa98dc9..f327155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,10 @@ chrono = "0.4.26" flate2 = "1.0" lazy_static = "1.4.0" regex = "1.10.2" -reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12", default-features = false, features = [ + "json", + "rustls-tls", +] } semver = "1.0.22" serde_json = "1.0" tar = "0.4.40"