From 25b252168ecd91e47158e49ba58432138a875ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:13:03 +0000 Subject: [PATCH] Bump reqwest from 0.11.1 to 0.11.2 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[bot] --- Cargo.lock | 4 ++-- testsuite-peer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afbb91c8..d3f013e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,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 = [ "base64", "bytes", diff --git a/testsuite-peer/Cargo.toml b/testsuite-peer/Cargo.toml index 4bc0edd6..0ddfebee 100644 --- a/testsuite-peer/Cargo.toml +++ b/testsuite-peer/Cargo.toml @@ -7,5 +7,5 @@ version = "0.1.0" [dependencies] tokio = {version = "^1", features = ["full"]} -reqwest = "~0.11.1" +reqwest = "~0.11.2" testsuite-assets = { path = "../testsuite-assets" }