Cargo Update (#3338)

This commit is contained in:
Quentin Le Sceller
2020-06-08 17:15:32 -04:00
committed by GitHub
parent e28e02ecd4
commit 093c500fed
15 changed files with 831 additions and 928 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ workspace = ".."
edition = "2018"
[dependencies]
easy-jsonrpc-mw = "0.5.3"
easy-jsonrpc-mw = "0.5.4"
failure = "0.1.1"
failure_derive = "0.1.1"
hyper = "0.13"
@@ -23,12 +23,12 @@ serde_json = "1"
log = "0.4"
tokio = { version = "0.2", features = ["full"] }
tokio-rustls = "0.13"
http = "0.1.5"
http = "0.2"
hyper-rustls = "0.20"
hyper-timeout = "0.3"
futures = "0.3"
rustls = "0.17"
url = "1.7.0"
url = "2.1"
bytes = "0.5"
grin_core = { path = "../core", version = "4.0.0-beta.1" }