@@ -20,7 +20,7 @@ resolver = "2"
2020
2121[workspace .package ]
2222authors = [" Parity Technologies <admin@parity.io>" , " Pierre Krieger <pierre.krieger1708@gmail.com>" ]
23- version = " 0.24.8 "
23+ version = " 0.24.9 "
2424edition = " 2021"
2525rust-version = " 1.74.0"
2626license = " MIT"
@@ -31,14 +31,14 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
3131readme = " README.md"
3232
3333[workspace .dependencies ]
34- jsonrpsee-types = { path = " types" , version = " 0.24.7 " }
35- jsonrpsee-core = { path = " core" , version = " 0.24.7 " }
36- jsonrpsee-server = { path = " server" , version = " 0.24.7 " }
37- jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.24.7 " }
38- jsonrpsee-http-client = { path = " client/http-client" , version = " 0.24.7 " }
39- jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.24.7 " }
40- jsonrpsee-client-transport = { path = " client/transport" , version = " 0.24.7 " }
41- jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.24.7 " }
34+ jsonrpsee-types = { path = " types" , version = " 0.24.9 " }
35+ jsonrpsee-core = { path = " core" , version = " 0.24.9 " }
36+ jsonrpsee-server = { path = " server" , version = " 0.24.9 " }
37+ jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.24.9 " }
38+ jsonrpsee-http-client = { path = " client/http-client" , version = " 0.24.9 " }
39+ jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.24.9 " }
40+ jsonrpsee-client-transport = { path = " client/transport" , version = " 0.24.9 " }
41+ jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.24.9 " }
4242
4343tower = " 0.4"
4444tower-http = " 0.5"
0 commit comments