Skip to content
Snippets Groups Projects
Commit c97cd695 authored by Aaro Altonen's avatar Aaro Altonen Committed by GitHub
Browse files

Revert "[Substrate companion] update libp2p to 0.52.0 (#2838)" (#2975)

* Revert "[Substrate companion] update libp2p to 0.52.0 (#2838)"

This reverts commit bc5a5267.

* Bump `lru`

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
parent 53cf041b
No related merge requests found
This diff is collapsed.
......@@ -10,7 +10,7 @@ async-trait = "0.1.73"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = "0.3.28"
tracing = "0.1.37"
lru = "0.11.0"
lru = "0.10.0"
# Substrate
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" }
array-bytes = "6.1"
lru = "0.11"
lru = "0.11.0"
tracing = "0.1.37"
async-trait = "0.1.73"
futures = "0.3.28"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment