Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 61811e8

Browse files
Bump lru from 0.7.5 to 0.7.8
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.5 to 0.7.8. - [Release notes](https://github.com/jeromefroe/lru-rs/releases) - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.7.5...0.7.8) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e3486 commit 61811e8

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

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

client/executor/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
lazy_static = "1.4.0"
18-
lru = "0.7.5"
18+
lru = "0.7.8"
1919
parking_lot = "0.12.0"
2020
tracing = "0.1.29"
2121
wasmi = "0.9.1"

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.21"
1919
futures-timer = "3.0.1"
2020
libp2p = { version = "0.46.1", default-features = false }
2121
log = "0.4.17"
22-
lru = "0.7.5"
22+
lru = "0.7.8"
2323
tracing = "0.1.29"
2424
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
2525
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libp2p = "0.46.1"
3333
linked_hash_set = "0.1.3"
3434
linked-hash-map = "0.5.4"
3535
log = "0.4.17"
36-
lru = "0.7.5"
36+
lru = "0.7.8"
3737
parking_lot = "0.12.0"
3838
pin-project = "1.0.10"
3939
prost = "0.10"

client/network/sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = "0.3.21"
2424
hex = "0.4.0"
2525
libp2p = "0.46.1"
2626
log = "0.4.17"
27-
lru = "0.7.5"
27+
lru = "0.7.8"
2828
prost = "0.10"
2929
smallvec = "1.8.0"
3030
thiserror = "1.0"

primitives/blockchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
1818
futures = "0.3.21"
1919
log = "0.4.17"
20-
lru = "0.7.5"
20+
lru = "0.7.8"
2121
parking_lot = "0.12.0"
2222
thiserror = "1.0.30"
2323
sp-api = { version = "4.0.0-dev", path = "../api" }

primitives/trie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
2323
hashbrown = { version = "0.12.3", optional = true }
2424
hash-db = { version = "0.15.2", default-features = false }
2525
lazy_static = { version = "1.4.0", optional = true }
26-
lru = { version = "0.7.5", optional = true }
26+
lru = { version = "0.7.8", optional = true }
2727
memory-db = { version = "0.29.0", default-features = false }
2828
nohash-hasher = { version = "0.2.0", optional = true }
2929
parking_lot = { version = "0.12.0", optional = true }

0 commit comments

Comments
 (0)