@@ -20,7 +20,7 @@ resolver = "3"
20
20
21
21
[workspace .package ]
22
22
authors = [
" Parity Technologies <[email protected] >" ,
" Pierre Krieger <[email protected] >" ]
23
- version = " 0.25.0 "
23
+ version = " 0.25.1 "
24
24
edition = " 2024"
25
25
rust-version = " 1.85.0"
26
26
license = " MIT"
@@ -32,14 +32,14 @@ readme = "README.md"
32
32
33
33
[workspace .dependencies ]
34
34
# Internal jsonrpsee crates
35
- jsonrpsee-client-transport = { path = " client/transport" , version = " 0.25.0 " }
36
- jsonrpsee-core = { path = " core" , version = " 0.25.0 " }
37
- jsonrpsee-http-client = { path = " client/http-client" , version = " 0.25.0 " }
38
- jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.25.0 " }
39
- jsonrpsee-server = { path = " server" , version = " 0.25.0 " }
40
- jsonrpsee-types = { path = " types" , version = " 0.25.0 " }
41
- jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.25.0 " }
42
- jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.25.0 " }
35
+ jsonrpsee-client-transport = { path = " client/transport" , version = " 0.25.1 " }
36
+ jsonrpsee-core = { path = " core" , version = " 0.25.1 " }
37
+ jsonrpsee-http-client = { path = " client/http-client" , version = " 0.25.1 " }
38
+ jsonrpsee-proc-macros = { path = " proc-macros" , version = " 0.25.1 " }
39
+ jsonrpsee-server = { path = " server" , version = " 0.25.1 " }
40
+ jsonrpsee-types = { path = " types" , version = " 0.25.1 " }
41
+ jsonrpsee-wasm-client = { path = " client/wasm-client" , version = " 0.25.1 " }
42
+ jsonrpsee-ws-client = { path = " client/ws-client" , version = " 0.25.1 " }
43
43
44
44
# Deps used by the jsonrpsee crates.
45
45
async-trait = " 0.1"
0 commit comments