summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-09-20 13:04:24 +0000
committerPaul Woolcock <paul@woolcock.us>2018-09-20 11:23:43 -0400
commit7f0d57038f899692c73b9e14bb8caf62b5bfe3e4 (patch)
tree50780005ad422d6ded2a8cec4b1b71ed9f989c82 /Cargo.toml
parent0f476208ba83cd6f9b126280ba24bd1023072708 (diff)
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] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"