Update to reqwest 0.11.2

This commit is contained in:
Michael Vines
2021-03-18 10:03:50 -07:00
parent 067b390194
commit 02b81dd05d
12 changed files with 118 additions and 234 deletions

View File

@ -24,7 +24,7 @@ indicatif = "0.15.0"
humantime = "2.0.1"
num-traits = "0.2"
pretty-hex = "0.2.1"
reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] }
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.122"
serde_derive = "1.0.103"
serde_json = "1.0.56"