From cf8c5d67e2f9e168966cb1409f284f4481805761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 18 May 2019 13:37:37 +0000 Subject: [PATCH] Update reqwest requirement from 0.8 to 0.9 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/compare/v0.8.0...v0.9.17) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a471bff..aa39a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bincode = "1.0.0" byteorder = "1.2.1" protobuf = "2.0" chrono = "0.4" -reqwest = { version = "0.8", optional = true } +reqwest = { version = "0.9", optional = true } failure = "0.1" failure_derive = "0.1"