cargo: Update experimental litep2p to latest version (#4344)
This PR updates the litep2p crate to the latest version.
This fixes the build for developers that want to perform `cargo update`
on all their dependencies:
https://github.com/paritytech/polkadot-sdk/pull/4343, by porting the
latest changes.
The peer records were introduced to litep2p to be able to distinguish
and update peers with outdated records.
It is going to be properly used in substrate via:
https://github.com/paritytech/polkadot-sdk/pull/3786, however that is
pending the commit to merge on litep2p master:
https://github.com/paritytech/litep2p/pull/96.
Closes: https://github.com/paritytech/polkadot-sdk/pull/4343
---------
Signed-off-by: Alexandru Vasile <[email protected]>
Please register or sign in to comment