From dcacb4b34a704355ae542300be5387459b68cf49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 19:01:16 +0100 Subject: [PATCH] Bump reqwest from 0.11.5 to 0.11.6 (#1403) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.5 to 0.11.6. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.5...v0.11.6) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e44ea8d4a..427de6cb02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" +checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d0aec945b5..5877a55cb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ version = "0.8" version = "0.6.3" [dependencies.reqwest] -version = "0.11.5" +version = "0.11.6" features = [ "blocking", "json", "multipart" ] [dependencies.self_update]