1
1
[package ]
2
2
name = " jsonrpsee"
3
3
description = " JSON-RPC crate"
4
- version = " 0.16.1 "
4
+ version = " 0.16.2 "
5
5
authors = [
" Parity Technologies <[email protected] >" ,
" Pierre Krieger <[email protected] >" ]
6
6
license = " MIT"
7
7
edition = " 2021"
@@ -12,14 +12,14 @@ documentation = "https://docs.rs/jsonrpsee"
12
12
[dependencies ]
13
13
# No support for namespaced features yet so workspace dependencies are prefixed with `jsonrpsee-`.
14
14
# See https://github.com/rust-lang/cargo/issues/5565 for more details.
15
- jsonrpsee-http-client = { path = " ../client/http-client" , version = " 0.16.1 " , optional = true }
16
- jsonrpsee-ws-client = { path = " ../client/ws-client" , version = " 0.16.1 " , optional = true }
17
- jsonrpsee-wasm-client = { path = " ../client/wasm-client" , version = " 0.16.1 " , optional = true }
18
- jsonrpsee-client-transport = { path = " ../client/transport" , version = " 0.16.1 " , optional = true }
19
- jsonrpsee-server = { path = " ../server" , version = " 0.16.1 " , optional = true }
20
- jsonrpsee-proc-macros = { path = " ../proc-macros" , version = " 0.16.1 " , optional = true }
21
- jsonrpsee-core = { path = " ../core" , version = " 0.16.1 " , optional = true }
22
- jsonrpsee-types = { path = " ../types" , version = " 0.16.1 " , optional = true }
15
+ jsonrpsee-http-client = { path = " ../client/http-client" , version = " 0.16.2 " , optional = true }
16
+ jsonrpsee-ws-client = { path = " ../client/ws-client" , version = " 0.16.2 " , optional = true }
17
+ jsonrpsee-wasm-client = { path = " ../client/wasm-client" , version = " 0.16.2 " , optional = true }
18
+ jsonrpsee-client-transport = { path = " ../client/transport" , version = " 0.16.2 " , optional = true }
19
+ jsonrpsee-server = { path = " ../server" , version = " 0.16.2 " , optional = true }
20
+ jsonrpsee-proc-macros = { path = " ../proc-macros" , version = " 0.16.2 " , optional = true }
21
+ jsonrpsee-core = { path = " ../core" , version = " 0.16.2 " , optional = true }
22
+ jsonrpsee-types = { path = " ../types" , version = " 0.16.2 " , optional = true }
23
23
tracing = { version = " 0.1.34" , optional = true }
24
24
25
25
[features ]
0 commit comments