mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
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:
@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
|
||||
[features]
|
||||
wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]
|
||||
wasm-bindgen = ["getrandom/js"]
|
||||
|
||||
[dependencies]
|
||||
async-channel = { workspace = true }
|
||||
@@ -25,7 +25,6 @@ futures-ticker = "0.0.3"
|
||||
futures-timer = "3.0.2"
|
||||
getrandom = "0.2.12"
|
||||
hex_fmt = "0.3.0"
|
||||
instant = "0.1.12"
|
||||
libp2p = { version = "0.53", default-features = false }
|
||||
quick-protobuf = "0.8"
|
||||
quick-protobuf-codec = "0.3"
|
||||
@@ -35,8 +34,8 @@ serde = { version = "1", optional = true, features = ["derive"] }
|
||||
sha2 = "0.10.8"
|
||||
tracing = "0.1.37"
|
||||
void = "1.0.2"
|
||||
|
||||
prometheus-client = "0.22.0"
|
||||
web-time = "1.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user