mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +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:
Generated
+74
-42
@@ -275,9 +275,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anstyle"
|
||||
version = "1.0.2"
|
||||
version = "1.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
|
||||
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
||||
|
||||
[[package]]
|
||||
name = "anstyle-parse"
|
||||
@@ -1239,9 +1239,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.74"
|
||||
version = "0.1.79"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
||||
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -1393,7 +1393,7 @@ name = "binary-merkle-tree"
|
||||
version = "13.0.0"
|
||||
dependencies = [
|
||||
"array-bytes 6.1.0",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"hash-db",
|
||||
"log",
|
||||
"sp-core",
|
||||
@@ -4991,10 +4991,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.4"
|
||||
name = "env_filter"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
||||
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
||||
dependencies = [
|
||||
"log",
|
||||
"regex",
|
||||
@@ -5002,15 +5002,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.9.3"
|
||||
version = "0.8.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
||||
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
"log",
|
||||
"regex",
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5026,6 +5023,19 @@ dependencies = [
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"env_filter",
|
||||
"humantime",
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "environmental"
|
||||
version = "1.1.4"
|
||||
@@ -6758,7 +6768,7 @@ version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
||||
dependencies = [
|
||||
"socket2 0.5.3",
|
||||
"socket2 0.5.6",
|
||||
"widestring",
|
||||
"windows-sys 0.48.0",
|
||||
"winreg",
|
||||
@@ -9520,7 +9530,7 @@ dependencies = [
|
||||
"array-bytes 6.1.0",
|
||||
"assert_matches",
|
||||
"bitflags 1.3.2",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"environmental",
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
@@ -9767,7 +9777,7 @@ dependencies = [
|
||||
"sp-runtime",
|
||||
"sp-std 14.0.0",
|
||||
"sp-tracing 16.0.0",
|
||||
"strum 0.24.1",
|
||||
"strum 0.26.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -10188,7 +10198,7 @@ name = "pallet-mmr"
|
||||
version = "27.0.0"
|
||||
dependencies = [
|
||||
"array-bytes 6.1.0",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
@@ -12080,7 +12090,7 @@ version = "7.0.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"itertools 0.10.5",
|
||||
@@ -12110,7 +12120,7 @@ dependencies = [
|
||||
"always-assert",
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"log",
|
||||
@@ -12166,7 +12176,7 @@ version = "7.0.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"async-trait",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"fatality",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
@@ -12228,7 +12238,7 @@ version = "7.0.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"fatality",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
@@ -12400,7 +12410,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"bitvec",
|
||||
"derive_more",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"itertools 0.10.5",
|
||||
@@ -12442,7 +12452,7 @@ version = "7.0.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bitvec",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"kvdb",
|
||||
@@ -12884,7 +12894,7 @@ dependencies = [
|
||||
"rand_chacha 0.3.1",
|
||||
"sc-authority-discovery",
|
||||
"sc-network",
|
||||
"strum 0.24.1",
|
||||
"strum 0.26.2",
|
||||
"thiserror",
|
||||
"tracing-gum",
|
||||
]
|
||||
@@ -12976,7 +12986,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"async-trait",
|
||||
"derive_more",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"fatality",
|
||||
"futures",
|
||||
"futures-channel",
|
||||
@@ -13420,7 +13430,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"async-trait",
|
||||
"bitvec",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"frame-benchmarking",
|
||||
"frame-benchmarking-cli",
|
||||
"frame-support",
|
||||
@@ -13596,7 +13606,7 @@ dependencies = [
|
||||
"clap-num",
|
||||
"color-eyre",
|
||||
"colored",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"hex",
|
||||
@@ -16130,7 +16140,7 @@ dependencies = [
|
||||
"array-bytes 6.1.0",
|
||||
"assert_matches",
|
||||
"criterion 0.4.0",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"num_cpus",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
@@ -16566,7 +16576,7 @@ name = "sc-rpc"
|
||||
version = "29.0.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"futures",
|
||||
"jsonrpsee",
|
||||
"log",
|
||||
@@ -16808,7 +16818,7 @@ dependencies = [
|
||||
name = "sc-statement-store"
|
||||
version = "10.0.0"
|
||||
dependencies = [
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"log",
|
||||
"parity-db",
|
||||
"parking_lot 0.12.1",
|
||||
@@ -17891,7 +17901,7 @@ name = "snowbridge-outbound-queue-merkle-tree"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"array-bytes 4.2.0",
|
||||
"env_logger 0.9.3",
|
||||
"env_logger 0.11.3",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"parity-scale-codec",
|
||||
@@ -18201,12 +18211,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
version = "0.5.3"
|
||||
version = "0.5.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
||||
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -18537,7 +18547,7 @@ dependencies = [
|
||||
"sp-keystore",
|
||||
"sp-mmr-primitives",
|
||||
"sp-runtime",
|
||||
"strum 0.24.1",
|
||||
"strum 0.26.2",
|
||||
"w3f-bls",
|
||||
]
|
||||
|
||||
@@ -18828,7 +18838,7 @@ version = "31.0.0"
|
||||
dependencies = [
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"strum 0.24.1",
|
||||
"strum 0.26.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -19714,6 +19724,15 @@ version = "0.25.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
||||
|
||||
[[package]]
|
||||
name = "strum"
|
||||
version = "0.26.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
|
||||
dependencies = [
|
||||
"strum_macros 0.26.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strum_macros"
|
||||
version = "0.24.3"
|
||||
@@ -19740,6 +19759,19 @@ dependencies = [
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strum_macros"
|
||||
version = "0.26.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
|
||||
dependencies = [
|
||||
"heck 0.4.1",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rustversion",
|
||||
"syn 2.0.53",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "subkey"
|
||||
version = "9.0.0"
|
||||
@@ -20005,7 +20037,7 @@ dependencies = [
|
||||
"parity-wasm",
|
||||
"polkavm-linker",
|
||||
"sp-maybe-compressed-blob",
|
||||
"strum 0.24.1",
|
||||
"strum 0.26.2",
|
||||
"tempfile",
|
||||
"toml 0.8.8",
|
||||
"walkdir",
|
||||
@@ -20553,9 +20585,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.33.0"
|
||||
version = "1.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
||||
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
@@ -20565,16 +20597,16 @@ dependencies = [
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project-lite 0.2.12",
|
||||
"signal-hook-registry",
|
||||
"socket2 0.5.3",
|
||||
"socket2 0.5.6",
|
||||
"tokio-macros",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-macros"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
||||
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -23,7 +23,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = { version = "0.4.1" }
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.11"
|
||||
hex = "0.4"
|
||||
array-bytes = "4.1"
|
||||
sp-crypto-hashing = { path = "../../../../../substrate/primitives/crypto/hashing" }
|
||||
|
||||
@@ -14,7 +14,7 @@ workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
hex-literal = { version = "0.4.1" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
|
||||
smallvec = "1.11.0"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
parking_lot = "0.12.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
tracing = "0.1.25"
|
||||
|
||||
# Substrate
|
||||
@@ -34,7 +34,7 @@ cumulus-client-network = { path = "../network" }
|
||||
cumulus-primitives-core = { path = "../../primitives/core" }
|
||||
|
||||
[dev-dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
|
||||
# Substrate
|
||||
sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
futures = "0.3.28"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
dyn-clone = "1.0.16"
|
||||
futures = "0.3.28"
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
@@ -7,9 +7,9 @@ description = "Inherent that needs to be present in every parachain block. Conta
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", features = ["derive"] }
|
||||
tracing = { version = "0.1.37" }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -32,7 +32,7 @@ polkadot-primitives = { path = "../../../polkadot/primitives" }
|
||||
# Cumulus
|
||||
cumulus-primitives-core = { path = "../../primitives/core" }
|
||||
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.32.0", features = ["macros"] }
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ sp-state-machine = { path = "../../../substrate/primitives/state-machine" }
|
||||
sc-client-api = { path = "../../../substrate/client/api" }
|
||||
|
||||
futures = "0.3.28"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
thiserror = { workspace = true }
|
||||
jsonrpsee-core = "0.22"
|
||||
parity-scale-codec = "3.6.4"
|
||||
|
||||
@@ -49,6 +49,6 @@ cumulus-primitives-core = { path = "../../primitives/core" }
|
||||
|
||||
array-bytes = "6.1"
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
@@ -35,7 +35,7 @@ futures-timer = "3.0.2"
|
||||
parity-scale-codec = "3.6.4"
|
||||
jsonrpsee = { version = "0.22", features = ["ws-client"] }
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
url = "2.4.0"
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
serde = { workspace = true, default-features = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
log = { workspace = true }
|
||||
codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" }
|
||||
rand = { version = "0.8.5", features = ["std_rng"], default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
sp-std = { path = "../../../substrate/primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ environmental = { version = "1.1.4", default-features = false }
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
log = { workspace = true }
|
||||
trie-db = { version = "0.28.0", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
sp-std = { path = "../../../substrate/primitives/std", default-features = false }
|
||||
sp-io = { path = "../../../substrate/primitives/io", default-features = false }
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
hex-literal = "0.4.1"
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../../../../substrate/frame/support", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
frame-support = { path = "../../../../substrate/frame/support", default-features = false }
|
||||
frame-system = { path = "../../../../substrate/frame/system", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
sp-std = { path = "../../../../substrate/primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false }
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
hex-literal = { version = "0.4.1" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
hex-literal = { version = "0.4.1", optional = true }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
|
||||
] }
|
||||
hex-literal = { version = "0.4.1" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = [
|
||||
scale-info = { version = "2.11.1", default-features = false, features = [
|
||||
"derive",
|
||||
] }
|
||||
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
|
||||
|
||||
@@ -16,7 +16,7 @@ substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder",
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
hex-literal = { version = "0.4.1" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
frame-support = { path = "../../../../../substrate/frame/support", default-features = false }
|
||||
sp-std = { path = "../../../../../substrate/primitives/std", default-features = false }
|
||||
sp-core = { path = "../../../../../substrate/primitives/core", default-features = false }
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
hex-literal = { version = "0.4.1" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -19,7 +19,7 @@ substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder",
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
hex-literal = { version = "0.4.1", optional = true }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
sp-api = { path = "../../../../../substrate/primitives/api", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder",
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
hex-literal = { version = "0.4.1", optional = true }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
smallvec = "1.11.0"
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -15,7 +15,7 @@ name = "polkadot-parachain"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.28"
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
sp-api = { path = "../../../substrate/primitives/api", default-features = false }
|
||||
|
||||
@@ -10,9 +10,9 @@ license = "Apache-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = { version = "0.1.74", optional = true }
|
||||
async-trait = { version = "0.1.79", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
sp-core = { path = "../../../substrate/primitives/core", default-features = false }
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
frame-system = { path = "../../../substrate/frame/system", default-features = false }
|
||||
|
||||
@@ -10,7 +10,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
|
||||
# Substrate
|
||||
frame-executive = { path = "../../../substrate/frame/executive", default-features = false }
|
||||
|
||||
@@ -13,7 +13,7 @@ name = "test-parachain"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
criterion = { version = "0.5.1", features = ["async_tokio"] }
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_suppo
|
||||
assert_cmd = "2.0.4"
|
||||
nix = { version = "0.26.1", features = ["signal"] }
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.24.2"
|
||||
tokio = "1.37"
|
||||
substrate-rpc-client = { path = "../substrate/utils/frame/rpc/client" }
|
||||
polkadot-core-primitives = { path = "core-primitives" }
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ cfg-if = "1.0"
|
||||
clap = { version = "4.5.3", features = ["derive"], optional = true }
|
||||
log = { workspace = true, default-features = true }
|
||||
thiserror = { workspace = true }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
pyro = { package = "pyroscope", version = "0.5.3", optional = true }
|
||||
pyroscope_pprofrs = { version = "0.2", optional = true }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
sp-core = { path = "../../substrate/primitives/core", default-features = false }
|
||||
sp-std = { path = "../../substrate/primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "Collator-side subsystem that handles incoming candidate submissio
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
||||
polkadot-node-primitives = { path = "../primitives" }
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "Approval Voting Subsystem of the Polkadot node"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] }
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
@@ -41,7 +41,7 @@ rand_chacha = { version = "0.3.1" }
|
||||
rand = "0.8.5"
|
||||
|
||||
[dev-dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
parking_lot = "0.12.1"
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
@@ -52,4 +52,4 @@ assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.13.0"
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
|
||||
log = { workspace = true, default-features = true }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
kvdb = "0.13.0"
|
||||
thiserror = { workspace = true }
|
||||
@@ -29,7 +29,7 @@ polkadot-node-jaeger = { path = "../../jaeger" }
|
||||
|
||||
[dev-dependencies]
|
||||
log = { workspace = true, default-features = true }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.13.0"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "The Candidate Backing Subsystem. Tracks parachain candidates that
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
@@ -30,7 +30,7 @@ sp-application-crypto = { path = "../../../../substrate/primitives/application-c
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
sc-keystore = { path = "../../../../substrate/client/keystore" }
|
||||
sp-tracing = { path = "../../../../substrate/primitives/tracing" }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
assert_matches = "1.4.0"
|
||||
rstest = "0.18.2"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "Bitfield signing subsystem for the Polkadot node"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
|
||||
@@ -10,8 +10,8 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
@@ -31,7 +31,7 @@ polkadot-node-core-pvf = { path = "../pvf" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
assert_matches = "1.4.0"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "The Chain API subsystem provides access to chain related utility
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-node-metrics = { path = "../../metrics" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
@@ -19,7 +19,7 @@ sc-client-api = { path = "../../../../substrate/client/api" }
|
||||
sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
maplit = "1.0.2"
|
||||
parity-scale-codec = "3.6.1"
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
parity-scale-codec = "3.6.1"
|
||||
kvdb = "0.13.0"
|
||||
|
||||
@@ -10,11 +10,11 @@ description = "Parachains inherent data provider for Polkadot node"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
thiserror = { workspace = true }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-overseer = { path = "../../overseer" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -10,7 +10,7 @@ description = "The Prospective Parachains subsystem. Tracks and handles prospect
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.19"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
parity-scale-codec = "3.6.4"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
thiserror = { workspace = true }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
thiserror = { workspace = true }
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ always-assert = "0.1"
|
||||
array-bytes = "6.1"
|
||||
blake3 = "1.5"
|
||||
cfg-if = "1.0"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
is_executable = "1.0.1"
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
cfg-if = "1.0"
|
||||
cpu-time = "1.0.0"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../../gum" }
|
||||
libc = "0.2.152"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
schnellru = "0.2.1"
|
||||
|
||||
@@ -25,8 +25,8 @@ polkadot-node-subsystem-types = { path = "../../subsystem-types" }
|
||||
sp-api = { path = "../../../../substrate/primitives/api" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
async-trait = "0.1.74"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
async-trait = "0.1.79"
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
|
||||
|
||||
@@ -18,6 +18,6 @@ polkadot-node-primitives = { path = "../primitives" }
|
||||
sc-network = { path = "../../../substrate/client/network" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
thiserror = { workspace = true }
|
||||
tokio = "1.24.2"
|
||||
tokio = "1.37"
|
||||
log = { workspace = true, default-features = true }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false }
|
||||
|
||||
@@ -40,11 +40,11 @@ polkadot-node-primitives = { path = "../primitives" }
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
color-eyre = { version = "0.6.1", default-features = false }
|
||||
assert_matches = "1.5"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
erasure = { package = "polkadot-erasure-coding", path = "../../erasure-coding" }
|
||||
@@ -58,7 +58,7 @@ polkadot-node-core-pvf-prepare-worker = { path = "../core/pvf/prepare-worker" }
|
||||
[dev-dependencies]
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
|
||||
@@ -30,7 +30,7 @@ log = { workspace = true, default-features = true }
|
||||
assert_cmd = "2.0.4"
|
||||
tempfile = "3.2.0"
|
||||
hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] }
|
||||
tokio = "1.24.2"
|
||||
tokio = "1.37"
|
||||
polkadot-test-service = { path = "../test/service", features = ["runtime-metrics"] }
|
||||
substrate-test-utils = { path = "../../../substrate/test-utils" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
|
||||
@@ -20,7 +20,7 @@ polkadot-node-jaeger = { path = "../../jaeger" }
|
||||
rand = "0.8"
|
||||
itertools = "0.10.5"
|
||||
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
@@ -37,5 +37,5 @@ schnorrkel = { version = "0.11.4", default-features = false }
|
||||
# rand_core should match schnorrkel
|
||||
rand_core = "0.6.2"
|
||||
rand_chacha = "0.3.1"
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
log = { workspace = true, default-features = true }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
parity-scale-codec = { version = "3.6.1", features = ["std"] }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -10,13 +10,13 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
tokio = "1.24.2"
|
||||
futures = "0.3.30"
|
||||
tokio = "1.37"
|
||||
schnellru = "0.2.1"
|
||||
rand = "0.8.5"
|
||||
fatality = "0.0.6"
|
||||
thiserror = { workspace = true }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
||||
@@ -30,7 +30,7 @@ sc-network = { path = "../../../../substrate/client/network" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
futures-timer = "3.0.2"
|
||||
log = { workspace = true, default-features = true }
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
always-assert = "0.1"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
@@ -30,6 +30,6 @@ sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
maplit = "1.0.2"
|
||||
log = { workspace = true, default-features = true }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
assert_matches = "1.4.0"
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
@@ -11,8 +11,8 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
always-assert = "0.1"
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.30"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
@@ -30,7 +30,7 @@ tokio-util = "0.7.1"
|
||||
|
||||
[dev-dependencies]
|
||||
log = { workspace = true, default-features = true }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
assert_matches = "1.4.0"
|
||||
|
||||
sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] }
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
derive_more = "0.99.17"
|
||||
@@ -31,7 +31,7 @@ indexmap = "2.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
async-channel = "1.8.0"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
sp-tracing = { path = "../../../../substrate/primitives/tracing" }
|
||||
|
||||
@@ -22,7 +22,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
rand = { version = "0.8.5", default-features = false }
|
||||
rand_chacha = { version = "0.3.1", default-features = false }
|
||||
@@ -37,7 +37,7 @@ sp-authority-discovery = { path = "../../../../substrate/primitives/authority-di
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
|
||||
assert_matches = "1.4.0"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
parking_lot = "0.12.1"
|
||||
lazy_static = "1.4.0"
|
||||
quickcheck = "1.0.3"
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-channel = "1.8.0"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
hex = "0.4.3"
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
@@ -19,8 +19,8 @@ polkadot-node-jaeger = { path = "../../jaeger" }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
sc-network = { path = "../../../../substrate/client/network" }
|
||||
sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" }
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
strum = { version = "0.26.2", features = ["derive"] }
|
||||
futures = "0.3.30"
|
||||
thiserror = { workspace = true }
|
||||
fatality = "0.0.6"
|
||||
rand = "0.8"
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
client = { package = "sc-client-api", path = "../../../substrate/client/api" }
|
||||
sp-api = { path = "../../../substrate/primitives/api" }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
parking_lot = "0.12.1"
|
||||
polkadot-node-network-protocol = { path = "../network/protocol" }
|
||||
@@ -23,13 +23,13 @@ polkadot-primitives = { path = "../../primitives" }
|
||||
orchestra = { version = "0.3.5", default-features = false, features = ["futures_channel"] }
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
metered = { package = "prioritized-metered-channel", version = "0.6.1", default-features = false, features = ["futures_channel"] }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
femme = "2.2.1"
|
||||
assert_matches = "1.4.0"
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
bounded-vec = "0.7"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
|
||||
@@ -77,8 +77,8 @@ frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-c
|
||||
frame-benchmarking = { path = "../../../substrate/frame/benchmarking" }
|
||||
|
||||
# External Crates
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.30"
|
||||
hex-literal = "0.4.1"
|
||||
is_executable = "1.0.1"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
@@ -148,7 +148,7 @@ xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api" }
|
||||
polkadot-test-client = { path = "../test/client" }
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
assert_matches = "1.5.0"
|
||||
serial_test = "2.0.0"
|
||||
tempfile = "3.2"
|
||||
|
||||
@@ -35,12 +35,12 @@ color-eyre = { version = "0.6.1", default-features = false }
|
||||
polkadot-overseer = { path = "../overseer" }
|
||||
colored = "2.0.4"
|
||||
assert_matches = "1.5"
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.79"
|
||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||
sc-keystore = { path = "../../../substrate/client/keystore" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
bincode = "1.3.3"
|
||||
sha1 = "0.10.6"
|
||||
@@ -48,7 +48,7 @@ hex = "0.4.3"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
polkadot-erasure-coding = { package = "polkadot-erasure-coding", path = "../../erasure-coding" }
|
||||
log = { workspace = true, default-features = true }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
rand = "0.8.5"
|
||||
# `rand` only supports uniform distribution, we need normal distribution for latency.
|
||||
rand_distr = "0.4.3"
|
||||
|
||||
@@ -11,8 +11,8 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.30"
|
||||
parking_lot = "0.12.1"
|
||||
polkadot-node-subsystem = { path = "../subsystem" }
|
||||
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.17"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
polkadot-node-primitives = { path = "../primitives" }
|
||||
polkadot-node-network-protocol = { path = "../network/protocol" }
|
||||
@@ -29,5 +29,5 @@ sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/a
|
||||
smallvec = "1.8.0"
|
||||
substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" }
|
||||
thiserror = { workspace = true }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
|
||||
@@ -10,8 +10,8 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.30"
|
||||
futures-channel = "0.3.23"
|
||||
itertools = "0.10"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
@@ -44,8 +44,8 @@ parity-db = { version = "0.4.12" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
env_logger = "0.9.0"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
env_logger = "0.11"
|
||||
futures = { version = "0.3.30", features = ["thread-pool"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
@@ -38,7 +38,7 @@ frame-benchmarking = { path = "../../../../substrate/frame/benchmarking" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
|
||||
@@ -10,13 +10,13 @@ license.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
hex = "0.4.3"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
rand = "0.8.5"
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.24.2"
|
||||
tokio = "1.37"
|
||||
|
||||
# Polkadot dependencies
|
||||
polkadot-overseer = { path = "../../overseer" }
|
||||
@@ -63,7 +63,7 @@ substrate-test-client = { path = "../../../../substrate/test-utils/client" }
|
||||
[dev-dependencies]
|
||||
pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false }
|
||||
substrate-test-utils = { path = "../../../../substrate/test-utils" }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
tokio = { version = "1.37", features = ["macros"] }
|
||||
|
||||
[features]
|
||||
runtime-metrics = ["polkadot-test-runtime/runtime-metrics"]
|
||||
|
||||
@@ -14,7 +14,7 @@ workspace = true
|
||||
# this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing
|
||||
# various unnecessary Substrate-specific endpoints.
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] }
|
||||
sp-std = { path = "../../substrate/primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, features = ["serde"] }
|
||||
sp-core = { path = "../../substrate/primitives/core", default-features = false, features = ["serde"] }
|
||||
|
||||
@@ -17,7 +17,7 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
log = { workspace = true, default-features = true }
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
clap = { version = "4.5.3", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
log = { workspace = true, default-features = true }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc", "serde"] }
|
||||
hex-literal = "0.4.1"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["bit-vec", "derive", "serde"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["bit-vec", "derive", "serde"] }
|
||||
log = { workspace = true, default-features = false }
|
||||
serde = { features = ["alloc", "derive"], workspace = true }
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
rustc-hex = { version = "2.1.0", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { features = ["alloc"], workspace = true }
|
||||
serde_derive = { workspace = true }
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
@@ -15,7 +15,7 @@ bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
log = { workspace = true }
|
||||
rustc-hex = { version = "2.1.0", default-features = false }
|
||||
scale-info = { version = "2.11.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { features = ["alloc", "derive"], workspace = true }
|
||||
derive_more = "0.99.17"
|
||||
bitflags = "1.3.2"
|
||||
@@ -59,7 +59,7 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false }
|
||||
polkadot-core-primitives = { path = "../../core-primitives", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
hex-literal = "0.4.1"
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
frame-support-test = { path = "../../../substrate/frame/support/test" }
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_derive = { optional = true, workspace = true }
|
||||
|
||||
@@ -15,7 +15,7 @@ bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
rustc-hex = { version = "2.1.0", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { workspace = true }
|
||||
serde_derive = { optional = true, workspace = true }
|
||||
smallvec = "1.8.0"
|
||||
|
||||
@@ -13,7 +13,7 @@ workspace = true
|
||||
[dependencies]
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
rustc-hex = { version = "2.1.0", default-features = false }
|
||||
serde = { workspace = true }
|
||||
|
||||
@@ -16,7 +16,7 @@ derivative = { version = "2.2.0", default-features = false, features = ["use_cor
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
log = { workspace = true }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] }
|
||||
sp-weights = { path = "../../substrate/primitives/weights", default-features = false, features = ["serde"] }
|
||||
serde = { features = ["alloc", "derive", "rc"], workspace = true }
|
||||
schemars = { version = "0.8.13", default-features = true, optional = true }
|
||||
|
||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
frame-support = { path = "../../../substrate/frame/support", default-features = false }
|
||||
frame-system = { path = "../../../substrate/frame/system", default-features = false }
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false }
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
bounded-collections = { version = "0.2.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
|
||||
log = { workspace = true }
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ workspace = true
|
||||
[dependencies]
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
xcm = { package = "staging-xcm", path = "..", default-features = false }
|
||||
xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false }
|
||||
sp-std = { path = "../../../substrate/primitives/std", default-features = false }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user