mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
gossip: replace LRU cache (#4137)
* peerset: remove unused dependencies * gossip: replace lru cache * header-metadata: replace lru cache
This commit is contained in:
committed by
Robert Habermeier
parent
10925510de
commit
9194b2a3c0
@@ -19,7 +19,7 @@ futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features
|
||||
futures-timer = "0.4.0"
|
||||
linked-hash-map = "0.5.2"
|
||||
linked_hash_set = "0.1.3"
|
||||
lru-cache = "0.1.2"
|
||||
lru = "0.4.0"
|
||||
rustc-hex = "2.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.13.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
|
||||
Reference in New Issue
Block a user