From daea11ed4240d2f3bfe3d93fda17e5a6b1ec8b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:37:22 +0200 Subject: [PATCH] Bump lru from 0.12.4 to 0.12.5 (#161) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.4 to 0.12.5. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.4...0.12.5) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 33 +++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index febdae13..f479c71f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,6 +2427,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" + [[package]] name = "foreign-types" version = "0.3.2" @@ -2759,6 +2765,17 @@ dependencies = [ "allocator-api2", ] +[[package]] +name = "hashbrown" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + [[package]] name = "hashlink" version = "0.9.1" @@ -3004,7 +3021,7 @@ dependencies = [ "jf-signature", "libp2p-identity", "libp2p-networking", - "lru 0.12.4", + "lru 0.12.5", "num_enum", "parking_lot", "portpicker", @@ -3060,7 +3077,7 @@ dependencies = [ "hotshot-events-service", "hotshot-example-types", "hotshot-types", - "lru 0.12.4", + "lru 0.12.5", "serde", "sha2 0.10.8", "snafu", @@ -4164,7 +4181,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "lru 0.12.4", + "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec 0.3.1", "smallvec", @@ -4362,7 +4379,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "lru 0.12.4", + "lru 0.12.5", "multistream-select", "once_cell", "rand 0.8.5", @@ -4566,11 +4583,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.0", ] [[package]] @@ -4615,7 +4632,7 @@ dependencies = [ "hotshot-example-types", "hotshot-task-impls", "hotshot-types", - "lru 0.12.4", + "lru 0.12.5", "multimap", "rkyv", "serde", diff --git a/Cargo.toml b/Cargo.toml index 31a8d2c6..ac7b0178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ derivative = "2.2" either = "1.13" futures = "0.3" hex = "0.4.3" -lru = "0.12.3" +lru = "0.12.5" multimap = "0.10.0" serde = "1.0" serde_json = "1.0"