mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 13:48:03 +00:00
Bump jsonrpsee from 0.10.1 to 0.11.0
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+99
-19
@@ -2101,7 +2101,7 @@ dependencies = [
|
||||
"cumulus-primitives-core",
|
||||
"derive_more",
|
||||
"futures 0.3.21",
|
||||
"jsonrpsee-core",
|
||||
"jsonrpsee-core 0.10.1",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.0",
|
||||
"polkadot-overseer",
|
||||
@@ -2126,7 +2126,7 @@ dependencies = [
|
||||
"cumulus-relay-chain-interface",
|
||||
"futures 0.3.21",
|
||||
"futures-timer",
|
||||
"jsonrpsee",
|
||||
"jsonrpsee 0.11.0",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.0",
|
||||
"polkadot-service",
|
||||
@@ -3990,11 +3990,22 @@ version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"
|
||||
dependencies = [
|
||||
"jsonrpsee-core",
|
||||
"jsonrpsee-http-client",
|
||||
"jsonrpsee-core 0.10.1",
|
||||
"jsonrpsee-proc-macros",
|
||||
"jsonrpsee-types",
|
||||
"jsonrpsee-ws-client",
|
||||
"jsonrpsee-types 0.10.1",
|
||||
"jsonrpsee-ws-client 0.10.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d02a921aa22006ed979c2e1c407fd21302ac6049e5b544634ec5ec41516363d"
|
||||
dependencies = [
|
||||
"jsonrpsee-core 0.11.0",
|
||||
"jsonrpsee-http-client",
|
||||
"jsonrpsee-types 0.11.0",
|
||||
"jsonrpsee-ws-client 0.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4005,8 +4016,29 @@ checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"
|
||||
dependencies = [
|
||||
"futures 0.3.21",
|
||||
"http",
|
||||
"jsonrpsee-core",
|
||||
"jsonrpsee-types",
|
||||
"jsonrpsee-core 0.10.1",
|
||||
"jsonrpsee-types 0.10.1",
|
||||
"pin-project 1.0.10",
|
||||
"rustls-native-certs 0.6.1",
|
||||
"soketto",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-rustls 0.23.2",
|
||||
"tokio-util 0.7.1",
|
||||
"tracing",
|
||||
"webpki-roots 0.22.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-client-transport"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0d4d7c4b01e336c32fc17034560291fa0690170aedace93ae746e9aa119a5b91"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"http",
|
||||
"jsonrpsee-core 0.11.0",
|
||||
"jsonrpsee-types 0.11.0",
|
||||
"pin-project 1.0.10",
|
||||
"rustls-native-certs 0.6.1",
|
||||
"soketto",
|
||||
@@ -4031,7 +4063,7 @@ dependencies = [
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
"hyper",
|
||||
"jsonrpsee-types",
|
||||
"jsonrpsee-types 0.10.1",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -4042,16 +4074,39 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-http-client"
|
||||
version = "0.10.1"
|
||||
name = "jsonrpsee-core"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"
|
||||
checksum = "8066473754794e7784c61808d25d60dfb68e1025a625792a6a1bc680d1ab700a"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-lock",
|
||||
"async-trait",
|
||||
"beef",
|
||||
"futures-channel",
|
||||
"futures-timer",
|
||||
"futures-util",
|
||||
"hyper",
|
||||
"jsonrpsee-types 0.11.0",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-http-client"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "157df2774b82fddf37a297fd5c8f711601b158176608f86d2adb5d227c524506"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"hyper",
|
||||
"hyper-rustls 0.23.0",
|
||||
"jsonrpsee-core",
|
||||
"jsonrpsee-types",
|
||||
"jsonrpsee-core 0.11.0",
|
||||
"jsonrpsee-types 0.11.0",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -4086,15 +4141,40 @@ dependencies = [
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-types"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd42e08ae7f0de7b00319f723f7b06e2d461ab69bfa615a611fab5dec00b192e"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"beef",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-ws-client"
|
||||
version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"
|
||||
dependencies = [
|
||||
"jsonrpsee-client-transport",
|
||||
"jsonrpsee-core",
|
||||
"jsonrpsee-types",
|
||||
"jsonrpsee-client-transport 0.10.1",
|
||||
"jsonrpsee-core 0.10.1",
|
||||
"jsonrpsee-types 0.10.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonrpsee-ws-client"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c10011be7e04339bdc8b5a8e3542eb5aa1aa08465d5c897044ce00b03ea8535b"
|
||||
dependencies = [
|
||||
"jsonrpsee-client-transport 0.11.0",
|
||||
"jsonrpsee-core 0.11.0",
|
||||
"jsonrpsee-types 0.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9039,7 +9119,7 @@ version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#6091c6ba54516b65071095b146beee796372c59f"
|
||||
dependencies = [
|
||||
"env_logger 0.9.0",
|
||||
"jsonrpsee",
|
||||
"jsonrpsee 0.10.1",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"serde",
|
||||
@@ -12584,7 +12664,7 @@ version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#6091c6ba54516b65071095b146beee796372c59f"
|
||||
dependencies = [
|
||||
"clap 3.1.10",
|
||||
"jsonrpsee",
|
||||
"jsonrpsee 0.10.1",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
"remote-externalities",
|
||||
|
||||
@@ -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.10.1", features = ["client"] }
|
||||
jsonrpsee = { version = "0.11.0", features = ["client"] }
|
||||
tracing = "0.1.34"
|
||||
async-trait = "0.1.53"
|
||||
url = "2.2.2"
|
||||
|
||||
Reference in New Issue
Block a user