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.9 to 0.10
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](seanmonstar/reqwest@v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 31, 2019
1 parent 8d62bcf commit 2770f45
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 @@ -19,7 +19,7 @@ nom = "4.2"
serde = { version = "1.0", optional = true }
java-properties = "1.2"
memchr = "2.2"
reqwest = { version = "0.9", optional = true }
reqwest = { version = "0.10", optional = true }
failure = "0.1"
uuid = { version = "0.8", features = [ "v4" ] }

Expand Down

0 comments on commit 2770f45

Please sign in to comment.