@@ -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 = " 14.1 .0"
11
+ version = " 14.2 .0"
12
12
13
13
categories = [
14
14
" asynchronous" ,
@@ -38,9 +38,9 @@ failure = "0.1"
38
38
futures = " 0.1.26"
39
39
hyper = { version = " 0.12" , optional = true }
40
40
hyper-tls = { version = " 0.3.2" , optional = true }
41
- jsonrpc-core = { version = " 14.1 " , path = " ../../core" }
42
- jsonrpc-pubsub = { version = " 14.1 " , path = " ../../pubsub" }
43
- jsonrpc-server-utils = { version = " 14.1 " , path = " ../../server-utils" , optional = true }
41
+ jsonrpc-core = { version = " 14.2 " , path = " ../../core" }
42
+ jsonrpc-pubsub = { version = " 14.2 " , path = " ../../pubsub" }
43
+ jsonrpc-server-utils = { version = " 14.2 " , path = " ../../server-utils" , optional = true }
44
44
log = " 0.4"
45
45
parity-tokio-ipc = { version = " 0.2" , optional = true }
46
46
serde = { version = " 1.0" , features = [" derive" ] }
@@ -51,8 +51,8 @@ url = "1.7"
51
51
52
52
[dev-dependencies ]
53
53
assert_matches = " 1.1"
54
- jsonrpc-http-server = { version = " 14.1 " , path = " ../../http" }
55
- jsonrpc-ipc-server = { version = " 14.1 " , path = " ../../ipc" }
54
+ jsonrpc-http-server = { version = " 14.2 " , path = " ../../http" }
55
+ jsonrpc-ipc-server = { version = " 14.2 " , path = " ../../ipc" }
56
56
lazy_static = " 1.0"
57
57
env_logger = " 0.7"
58
58
tokio = " 0.1"
0 commit comments