mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
* Revert "[Substrate companion] update libp2p to 0.52.0 (#2838)"
This reverts commit bc5a52678a.
* Bump `lru`
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+1450
-485
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ async-trait = "0.1.73"
|
|||||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
lru = "0.11.0"
|
lru = "0.10.0"
|
||||||
|
|
||||||
# Substrate
|
# Substrate
|
||||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ cumulus-relay-chain-rpc-interface = { path = "../relay-chain-rpc-interface" }
|
|||||||
cumulus-primitives-core = { path = "../../primitives/core" }
|
cumulus-primitives-core = { path = "../../primitives/core" }
|
||||||
|
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
lru = "0.11"
|
lru = "0.11.0"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
|||||||
Reference in New Issue
Block a user