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

@@ -14,7 +14,7 @@ bzip2 = "0.3.3"
console = "0.11.3"
indicatif = "0.15.0"
log = "0.4.11"
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"] }
solana-sdk = { path = "../sdk", version = "=1.7.0" }
solana-runtime = { path = "../runtime", version = "=1.7.0" }
tar = "0.4.28"