From aed100c2c0a548f4c9485f48110687a2fc95e9ee Mon Sep 17 00:00:00 2001 From: Mohamed Daahir Date: Wed, 17 May 2023 20:07:13 +0100 Subject: [PATCH] update reqwest to latest version --- Cargo.lock | 5 +++-- Cargo.toml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f220310..905fa2d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,8 +1364,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "reqwest" -version = "0.11.16" -source = "git+https://github.com/cpu/reqwest?branch=cpu-rustls-0.21.0-prep#3f5c4e8f6aef999dbb42745fc6348d6dfbc38ef1" +version = "0.11.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 00c1b9ab..b629d9a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ unicode-width = "0.1.9" url = "2.2.2" [dependencies.reqwest] -version = "0.11.16" +version = "0.11.18" default-features = false features = ["json", "multipart", "blocking", "socks", "cookies"] @@ -107,6 +107,3 @@ xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance. """ - -[patch.crates-io] -reqwest = { git = 'https://github.com/cpu/reqwest', branch = 'cpu-rustls-0.21.0-prep' } \ No newline at end of file