From 5632ade95ae3ae233d0001373d6d1cbc7a117091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:00:14 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.1 --- Cargo.lock | 30 +++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 954c84e639..b4e5404cf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3353,6 +3353,7 @@ dependencies = [ "itoa", "pin-project-lite", "tokio", + "want", ] [[package]] @@ -3385,22 +3386,25 @@ dependencies = [ [[package]] name = "hyper-tls" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", - "hyper 0.14.27", + "http-body-util", + "hyper 1.1.0", + "hyper-util", "native-tls", "tokio", "tokio-native-tls", + "tower-service", ] [[package]] name = "hyper-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-channel", @@ -3411,6 +3415,8 @@ dependencies = [ "pin-project-lite", "socket2 0.5.5", "tokio", + "tower", + "tower-service", "tracing", ] @@ -6934,20 +6940,22 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.24" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6" dependencies = [ "base64 0.21.7", "bytes", "encoding_rs", "futures-core", "futures-util", - "h2 0.3.24", - "http 0.2.11", - "http-body 0.4.5", - "hyper 0.14.27", + "h2 0.4.0", + "http 1.0.0", + "http-body 1.0.0", + "http-body-util", + "hyper 1.1.0", "hyper-tls", + "hyper-util", "ipnet", "js-sys", "log", diff --git a/Cargo.toml b/Cargo.toml index 9305c5cc31..5a7bade8a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ humantime-serde = "1.1.1" cid = "0.11.0" libipld = "0.16.0" axum = "0.7.4" -reqwest = "0.11.24" +reqwest = "0.12.1" once_cell = "1.19.0" tempfile = "3.9.0" hex = "0.4.3"