From 6c1bc8fe3987c68c5e4c4b3e6129a75dfe465e12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 06:56:01 +0000 Subject: [PATCH] Bump reqwest from 0.11.0 to 0.11.1 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. - [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.0...v0.11.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b84ea..a57e047 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,9 +2124,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de" +checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" dependencies = [ "async-compression", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index aeab718..0f46428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ pad = "0.1.6" [dependencies.reqwest] features = ["gzip"] -version = "0.11.0" +version = "0.11.1" [dependencies.tokio] features = ["full"]