From 20b8879a6634f439902c8214b4addfb9e5dbe56b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:41:51 +0000 Subject: [PATCH] Bump reqwest from 0.11.2 to 0.11.3 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.2 to 0.11.3. - [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.2...v0.11.3) 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 d4b0d14559..d98f166708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2252,9 +2252,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4" +checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2a16b49cdf..a25d9fd756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ version = "0.8" version = "0.6.2" [dependencies.reqwest] -version = "0.11.2" +version = "0.11.3" features = [ "blocking", "json", "multipart" ] [dependencies.self_update]