File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
13
13
error-chain = " 0.11"
14
14
futures = " 0.1"
15
15
jsonrpc-core = " 8.0"
16
- log = " 0.3 "
16
+ log = " 0.4 "
17
17
serde = " 1.0"
18
18
serde_json = " 1.0"
19
19
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ futures = "0.1.15"
15
15
hyper = " 0.11"
16
16
hyper-tls = { version = " 0.1" , optional = true }
17
17
native-tls = { version = " 0.1" , optional = true }
18
- log = " 0.3 "
18
+ log = " 0.4 "
19
19
tokio-core = " 0.1"
20
20
21
21
jsonrpc-client-core = { version = " 0.2.1" , path = " ../core" }
@@ -25,7 +25,7 @@ default = ["tls"]
25
25
tls = [" hyper-tls" , " native-tls" ]
26
26
27
27
[dev-dependencies ]
28
- env_logger = " 0.4 "
28
+ env_logger = " 0.5 "
29
29
jsonrpc-core = " 8.0"
30
30
jsonrpc-macros = " 8.0"
31
31
jsonrpc-http-server = " 8.0"
You can’t perform that action at this time.
0 commit comments