Update reqwest to 0.10.0

This commit is contained in:
Alexander Krotov
2020-01-09 11:09:29 +03:00
parent 02bb41697d
commit 43e0109d44
4 changed files with 240 additions and 307 deletions

View File

@@ -17,7 +17,7 @@ hex = "0.4.0"
sha2 = "0.8.0"
rand = "0.7.0"
smallvec = "1.0.0"
reqwest = { version = "0.9.15" }
reqwest = "0.10.0"
num-derive = "0.3.0"
num-traits = "0.2.6"
async-smtp = { git = "https://github.com/async-email/async-smtp" }
@@ -85,7 +85,7 @@ path = "examples/repl/main.rs"
[features]
default = ["nightly", "ringbuf"]
vendored = ["native-tls/vendored", "reqwest/default-tls-vendored"]
default = ["nightly", "ringbuf", "reqwest/blocking", "reqwest/json"]
vendored = ["native-tls/vendored", "reqwest/native-tls-vendored"]
nightly = ["pgp/nightly"]
ringbuf = ["pgp/ringbuf"]