From 3ec05cc7716901f91baca69bfcdc0dc931248d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Sep 2018 04:17:35 +0000 Subject: [PATCH] :arrow_up: 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 852970ed..f9e3dd8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ build = "build.rs" travis-ci = { repository = "mockersf/jenkins-api.rs" } [dependencies] -reqwest = "0.8" +reqwest = "0.9" hyper = "0.11" serde = "1.0"