Bump lru dependency (#8182)

This commit is contained in:
Pierre Krieger
2021-02-23 12:52:59 +01:00
committed by GitHub
parent 9e84a5405c
commit ba659f9440
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ futures = "0.3.9"
futures-timer = "3.0.1"
libp2p = { version = "0.35.1", default-features = false }
log = "0.4.8"
lru = "0.6.1"
lru = "0.6.5"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
sc-network = { version = "0.9.0", path = "../network" }
sp-runtime = { version = "3.0.0", path = "../../primitives/runtime" }
+1 -1
View File
@@ -36,7 +36,7 @@ hex = "0.4.0"
ip_network = "0.3.4"
linked-hash-map = "0.5.2"
linked_hash_set = "0.1.3"
lru = "0.6.3"
lru = "0.6.5"
log = "0.4.8"
nohash-hasher = "0.2.0"
parking_lot = "0.11.1"