From 421c1a41643fcfbcfe639ea9b803d796755cc5b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:39:47 +0000 Subject: [PATCH] Bump reqwest from 0.10.1 to 0.10.3 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.1 to 0.10.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.10.1...v0.10.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 b275720..7269517 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1609,9 +1609,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0e798e19e258bf6c30a304622e3e9ac820e483b06a1857a026e1f109b113fe4" +checksum = "a9f62f24514117d09a8fc74b803d3d65faa27cea1c7378fb12b0d002913f3831" dependencies = [ "base64 0.11.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4f60be7..988b37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.8" log4rs = "0.11.0" number_prefix = "0.3.0" openssl-probe = "0.1.2" -reqwest = "0.10.1" +reqwest = "0.10.3" serde = "1.0.105" serde_derive = "1.0.103" serde_json = "1.0.48"