From 694e75fa2207a1f1a0fe8d1244f72f8a5cd8b6a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 10:19:49 +0100 Subject: [PATCH] Bump reqwest from 0.11.1 to 0.11.2 (#173) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.1 to 0.11.2. - [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.1...v0.11.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 4c3b3e8..87aac01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2106,9 +2106,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" +checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4" dependencies = [ "async-compression", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index d1d610b..809c982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ console = "0.14.0" [dependencies.reqwest] features = ["gzip"] -version = "0.11.1" +version = "0.11.2" [dependencies.tokio] features = ["full"]