From 7601a8001cad13fc26f7be0d4a0c4d56c00709ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Sep 2018 13:14:28 +0000 Subject: [PATCH] Update reqwest requirement from 0.8.6 to 0.9.0 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits/v0.9.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8db90ed1..37876034e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ nix = "0.11.0" pnet_datalink = "0.21.0" rand = "0.5.1" rayon = "1.0.0" -reqwest = "0.8.6" +reqwest = "0.9.0" ring = "0.13.2" sha2 = "0.7.0" serde = "1.0.27"