From 7f0d57038f899692c73b9e14bb8caf62b5bfe3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Sep 2018 13:04:24 +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/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 18ccd5e..8c5dbce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming", "web-programming::http-client", "api-bindings"] [dependencies] doc-comment = "0.1" isolang = { version = "0.2", features = ["serde_serialize"] } -reqwest = "0.8" +reqwest = "0.9" serde = "1" serde_derive = "1" serde_json = "1"