replace instant with web-time (#5800)

* replace instant with web_time

* Merge branch 'unstable' into replace-instant-gossipsub

# Conflicts:
#	Cargo.lock
#	beacon_node/lighthouse_network/Cargo.toml
This commit is contained in:
João Oliveira
2024-05-30 20:18:35 +01:00
committed by GitHub
parent 17dc978760
commit bbe9242811
10 changed files with 20 additions and 15 deletions

View File

@@ -45,7 +45,6 @@ bytes = { workspace = true }
either = { workspace = true }
# Local dependencies
instant = "0.1.12"
void = "1.0.2"
libp2p-mplex = "0.41"
@@ -64,4 +63,3 @@ async-channel = { workspace = true }
[features]
libp2p-websocket = []