Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
⬆️ Update reqwest requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and mockersf committed Sep 29, 2018
1 parent 7724afd commit 3ec05cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ec05cc

Please sign in to comment.