summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-12-27 21:43:55 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-27 20:43:55 +0000
commit562d96341cca96efd114a1636f917469856a0822 (patch)
tree3a0cbed4dede9499adb4e26cec912a778c60ec04 /Cargo.toml
parente6c4d08192968d6f1bca4b6f1002ab057007cfae (diff)
Update reqwest to 0.9
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 2c471241..dbea97ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ gl_generator = "0.10.0"
[target.'cfg(windows)'.build-dependencies]
embed-resource = "1.1.4"
tempfile = "3.0.4"
-reqwest = "0.8"
+reqwest = "0.9"
zip = "0.4"
[profile.release]