diff --git a/Cargo.lock b/Cargo.lock index edd07dd33d..c5be369974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3772,9 +3772,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae63f7fdeb51700b35e9b28bf92e8d233951590968c186ed79510b6c12fa3d9" +checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-server", @@ -3787,9 +3787,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32feb1f2f0b5ce37a03b96a988a6dadccc3f529a2f930356bac93f13c09cf385" +checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db" dependencies = [ "futures-util", "http", @@ -3835,9 +3835,9 @@ dependencies = [ [[package]] name = "jsonrpsee-http-server" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34f1090bdc8f7f14ad8811fc84501867c23a9046ce79d49c0cd929a256c501e" +checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548" dependencies = [ "futures-channel", "futures-util", @@ -3854,9 +3854,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8dc7a8b629e371cd5ca9d128883763ae00c5b63158ace4a6a61345726a21b7" +checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3880,9 +3880,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d75df866743c9733b3e2f5421e56df2f5b4630f7de39f82c44eaab350604926" +checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -3891,9 +3891,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-server" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099971913436e7f6b1bc80180d4e5f014ec944660636da45d2f372c23d6308c3" +checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206" dependencies = [ "futures-channel", "futures-util", diff --git a/client/relay-chain-rpc-interface/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index 0905450bee..cbb364c50b 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.21" futures-timer = "3.0.2" parity-scale-codec = "3.1.2" parking_lot = "0.12.0" -jsonrpsee = { version = "0.13.0", features = ["ws-client"] } +jsonrpsee = { version = "0.13.1", features = ["ws-client"] } tracing = "0.1.34" async-trait = "0.1.53" url = "2.2.2" diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index f2ef5a5c6c..f4ccbe786f 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.17" codec = { package = "parity-scale-codec", version = "3.0.0" } serde = { version = "1.0.137", features = ["derive"] } hex-literal = "0.3.4" -jsonrpsee = { version = "0.13.0", features = ["server"] } +jsonrpsee = { version = "0.13.1", features = ["server"] } # Local parachain-template-runtime = { path = "../runtime" } diff --git a/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index 619d524bc5..14bdc7bd91 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -27,7 +27,7 @@ statemint-runtime = { path = "statemint" } statemine-runtime = { path = "statemine" } westmint-runtime = { path = "westmint" } canvas-kusama-runtime = { path = "canvas-kusama" } -jsonrpsee = { version = "0.13.0", features = ["server"] } +jsonrpsee = { version = "0.13.1", features = ["server"] } parachains-common = { path = "parachains-common" } # Substrate diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 2026be0758..0008b0f13a 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" async-trait = "0.1.53" codec = { package = "parity-scale-codec", version = "3.0.0" } criterion = { version = "0.3.5", features = [ "async_tokio" ] } -jsonrpsee = { version = "0.13.0", features = ["server"] } +jsonrpsee = { version = "0.13.1", features = ["server"] } parking_lot = "0.12.0" rand = "0.8.5" serde = { version = "1.0.137", features = ["derive"] }