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

* update tinyvec to 1.6.0

* update once_cell to 1.18.0

* update data-encoding and libc

* update js-sys

* update wasm-bindgen-futures

* update pin-project

* update arrayvec

* update sha2

* update lru to 0.11

* update sha2 w/ diener patched substrate

* updated Cargo.lock

* redo updates

* redo sha2 updates with diener

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

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Anton
2023-07-25 18:58:13 +04:00
committed by GitHub
parent 4b7c10c2da
commit bc5a52678a
4 changed files with 644 additions and 1601 deletions
+641 -1598
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -10,7 +10,7 @@ async-trait = "0.1.72"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = "0.3.28"
tracing = "0.1.37"
lru = "0.10.0"
lru = "0.11.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.9"
lru = "0.11"
tracing = "0.1.37"
async-trait = "0.1.72"
futures = "0.3.28"
@@ -32,4 +32,4 @@ async-trait = "0.1.72"
url = "2.4.0"
serde_json = "1.0.103"
serde = "1.0.175"
lru = "0.9.0"
lru = "0.11.0"