This commit is contained in:
Quentin Le Sceller
2020-05-12 11:48:18 -04:00
committed by GitHub
parent 2397407dc4
commit e826cd82f9
3 changed files with 139 additions and 171 deletions
+3 -3
View File
@@ -22,12 +22,12 @@ serde_derive = "1"
serde_json = "1"
log = "0.4"
tokio = { version = "0.2", features = ["full"] }
tokio-rustls = "0.12"
tokio-rustls = "0.13"
http = "0.1.5"
hyper-rustls = "0.19"
hyper-rustls = "0.20"
hyper-timeout = "0.3"
futures = "0.3"
rustls = "0.16"
rustls = "0.17"
url = "1.7.0"
bytes = "0.5"