Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 27e1f89

Browse files
authored
Bump lru dependency (#8182)
1 parent e6ac7e7 commit 27e1f89

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/network-gossip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = "0.3.9"
1919
futures-timer = "3.0.1"
2020
libp2p = { version = "0.35.1", default-features = false }
2121
log = "0.4.8"
22-
lru = "0.6.1"
22+
lru = "0.6.5"
2323
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
2424
sc-network = { version = "0.9.0", path = "../network" }
2525
sp-runtime = { version = "3.0.0", path = "../../primitives/runtime" }

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hex = "0.4.0"
3636
ip_network = "0.3.4"
3737
linked-hash-map = "0.5.2"
3838
linked_hash_set = "0.1.3"
39-
lru = "0.6.3"
39+
lru = "0.6.5"
4040
log = "0.4.8"
4141
nohash-hasher = "0.2.0"
4242
parking_lot = "0.11.1"

primitives/blockchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515

1616
[dependencies]
1717
log = "0.4.11"
18-
lru = "0.6.1"
18+
lru = "0.6.5"
1919
parking_lot = "0.11.1"
2020
thiserror = "1.0.21"
2121
futures = "0.3.9"

0 commit comments

Comments
 (0)