@@ -8,7 +8,7 @@ keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
8
8
license = " MIT"
9
9
name = " jsonrpc-client-transports"
10
10
repository = " https://github.com/paritytech/jsonrpc"
11
- version = " 16 .0.0"
11
+ version = " 17 .0.0"
12
12
13
13
categories = [
14
14
" asynchronous" ,
@@ -37,24 +37,24 @@ arbitrary_precision = ["serde_json/arbitrary_precision", "jsonrpc-core/arbitrary
37
37
[dependencies ]
38
38
derive_more = " 0.99"
39
39
futures = " 0.3"
40
- jsonrpc-core = { version = " 16 .0" , path = " ../../core" }
41
- jsonrpc-pubsub = { version = " 16 .0" , path = " ../../pubsub" }
40
+ jsonrpc-core = { version = " 17 .0" , path = " ../../core" }
41
+ jsonrpc-pubsub = { version = " 17 .0" , path = " ../../pubsub" }
42
42
log = " 0.4"
43
43
serde = { version = " 1.0" , features = [" derive" ] }
44
44
serde_json = " 1.0"
45
45
url = " 1.7"
46
46
47
47
hyper = { version = " 0.13" , optional = true }
48
48
hyper-tls = { version = " 0.4" , optional = true }
49
- jsonrpc-server-utils = { version = " 16 .0" , path = " ../../server-utils" , optional = true }
49
+ jsonrpc-server-utils = { version = " 17 .0" , path = " ../../server-utils" , optional = true }
50
50
parity-tokio-ipc = { version = " 0.8" , optional = true }
51
51
tokio = { version = " 0.2" , optional = true }
52
52
websocket = { version = " 0.24" , optional = true }
53
53
54
54
[dev-dependencies ]
55
55
assert_matches = " 1.1"
56
- jsonrpc-http-server = { version = " 16 .0" , path = " ../../http" }
57
- jsonrpc-ipc-server = { version = " 16 .0" , path = " ../../ipc" }
56
+ jsonrpc-http-server = { version = " 17 .0" , path = " ../../http" }
57
+ jsonrpc-ipc-server = { version = " 17 .0" , path = " ../../ipc" }
58
58
lazy_static = " 1.0"
59
59
env_logger = " 0.7"
60
60
0 commit comments