@@ -20,7 +20,7 @@ resolver = "2"
20
20
21
21
[workspace .package ]
22
22
authors = [
" Parity Technologies <[email protected] >" ,
" Pierre Krieger <[email protected] >" ]
23
- version = " 0.24.3 "
23
+ version = " 0.24.4 "
24
24
edition = " 2021"
25
25
rust-version = " 1.74.1"
26
26
license = " MIT"
@@ -31,11 +31,11 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
31
31
readme = " README.md"
32
32
33
33
[workspace .dependencies ]
34
- jsonrpsee-types = { path = " types" , version = " 0.24.3 " }
35
- jsonrpsee-core = { path = " core" , version = " 0.24.3 " }
36
- jsonrpsee-server = { path = " server" , version = " 0.24.3 " }
37
- jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.24.3 " }
38
- jsonrpsee-http-client = { path = " client/http-client" , version = " 0.24.3 " }
39
- jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.24.3 " }
40
- jsonrpsee-client-transport = { path = " client/transport" , version = " 0.24.3 " }
41
- jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.24.3 " }
34
+ jsonrpsee-types = { path = " types" , version = " 0.24.4 " }
35
+ jsonrpsee-core = { path = " core" , version = " 0.24.4 " }
36
+ jsonrpsee-server = { path = " server" , version = " 0.24.4 " }
37
+ jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.24.4 " }
38
+ jsonrpsee-http-client = { path = " client/http-client" , version = " 0.24.4 " }
39
+ jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.24.4 " }
40
+ jsonrpsee-client-transport = { path = " client/transport" , version = " 0.24.4 " }
41
+ jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.24.4 " }
0 commit comments