From cdb128c95b6d6bf26fa098d7f4495f0c6113319f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 21 Mar 2024 19:23:41 +1100 Subject: [PATCH] Bump dep reqwest from 0.11.12 to 0.12.0 --- gix-transport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gix-transport/Cargo.toml b/gix-transport/Cargo.toml index 6856536843..3921810f0c 100644 --- a/gix-transport/Cargo.toml +++ b/gix-transport/Cargo.toml @@ -78,7 +78,7 @@ base64 = { version = "0.21.0", optional = true } curl = { version = "0.4", optional = true } # for http-client-reqwest -reqwest = { version = "0.11.12", optional = true, default-features = false, features = ["blocking"] } +reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["blocking"] } ## If used in conjunction with `async-client`, the `connect()` method will become available along with supporting the git protocol over TCP, ## where the TCP stream is created using this crate.