diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-22 22:24:45 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-22 22:24:45 +0200 |
commit | 5b740a7a2a50f049619797c9e4fcd7815fea259e (patch) | |
tree | 0cc2b262ecc8ded1f740c2ba80f85d1f1b91fa20 /Cargo.toml | |
parent | a5121b3fc8fd9ae15c27aac2e93eaf081bf82290 (diff) | |
download | rust-zotapi-5b740a7a2a50f049619797c9e4fcd7815fea259e.tar.gz rust-zotapi-5b740a7a2a50f049619797c9e4fcd7815fea259e.tar.bz2 rust-zotapi-5b740a7a2a50f049619797c9e4fcd7815fea259e.zip |
Upgrade dep reqwest to 0.9.1.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ version = "0.1.0" authors = ["haraldei"] [dependencies] -reqwest = "0.8" +reqwest = "0.9.1" serde = "1.0" serde_urlencoded = "0.5.1" |