mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Align dependencies with parity-bridges-common (#3937)
Working towards migrating the `parity-bridges-common` repo inside `polkadot-sdk`. This PR upgrades some dependencies in order to align them with the versions used in `parity-bridges-common` Related to https://github.com/paritytech/parity-bridges-common/issues/2538
This commit is contained in:
@@ -18,7 +18,7 @@ hash-db = { version = "0.16.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "6.1"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.11"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ sp-io = { path = "../../../primitives/io" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] }
|
||||
substrate-rpc-client = { path = "../rpc/client" }
|
||||
futures = "0.3"
|
||||
futures = "0.3.30"
|
||||
indicatif = "0.17.7"
|
||||
spinners = "4.1.0"
|
||||
tokio-retry = "0.3.0"
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.22", features = ["ws-client"] }
|
||||
sc-rpc-api = { path = "../../../../client/rpc-api" }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
serde = { workspace = true, default-features = true }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
log = { workspace = true, default-features = true }
|
||||
|
||||
@@ -23,9 +23,9 @@ sc-rpc-api = { path = "../../../../client/rpc-api" }
|
||||
sp-storage = { path = "../../../../primitives/storage" }
|
||||
|
||||
[dev-dependencies]
|
||||
scale-info = "2.10.0"
|
||||
scale-info = "2.11.1"
|
||||
jsonrpsee = { version = "0.22", features = ["jsonrpsee-types", "ws-client"] }
|
||||
tokio = "1.22.0"
|
||||
tokio = "1.37"
|
||||
sp-core = { path = "../../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
frame-system = { path = "../../../../frame/system" }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
log = { workspace = true, default-features = true }
|
||||
frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sc-rpc-api = { path = "../../../../client/rpc-api" }
|
||||
@@ -31,7 +31,7 @@ sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-transaction-pool = { path = "../../../../client/transaction-pool" }
|
||||
tokio = "1.22.0"
|
||||
tokio = "1.37"
|
||||
assert_matches = "1.3.0"
|
||||
sp-tracing = { path = "../../../../primitives/tracing" }
|
||||
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }
|
||||
|
||||
@@ -37,7 +37,7 @@ sp-weights = { path = "../../../../primitives/weights" }
|
||||
frame-try-runtime = { path = "../../../../frame/try-runtime", optional = true }
|
||||
substrate-rpc-client = { path = "../../rpc/client" }
|
||||
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
log = { workspace = true, default-features = true }
|
||||
@@ -52,7 +52,7 @@ node-primitives = { path = "../../../../bin/node/primitives" }
|
||||
regex = "1.7.3"
|
||||
substrate-cli-test-utils = { path = "../../../../test-utils/cli" }
|
||||
tempfile = "3.1.0"
|
||||
tokio = "1.27.0"
|
||||
tokio = "1.37"
|
||||
|
||||
[features]
|
||||
try-runtime = [
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
build-helper = "0.1.1"
|
||||
cargo_metadata = "0.15.4"
|
||||
console = "0.15.8"
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
strum = { version = "0.26.2", features = ["derive"] }
|
||||
tempfile = "3.1.0"
|
||||
toml = "0.8.8"
|
||||
walkdir = "2.4.0"
|
||||
|
||||
Reference in New Issue
Block a user