From ccff3844861d56a038c36a1bb5b57e9f4a106f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:43:46 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.11.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16f653a..856ef35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2239,9 +2239,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 60b195e..a6874e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ netrc = "0.4.1" openssl = { version = "0.10.57", features = ["vendored"] } question = "0.2.2" regex = "1.9.4" -reqwest = { version = "0.11.19", features = ["stream"] } +reqwest = { version = "0.11.20", features = ["stream"] } rust-s3 = { version = "0.33.0", features = ["blocking", "with-tokio"] } self_update = { version = "0.37.0", features = ["archive-tar", "compression-flate2"] } sha2 = "0.10.7"