From e598b27718e4ce8bbe916b26c66ae63ac37f41d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:01:51 +0000 Subject: [PATCH] Update lru requirement from 0.7 to 0.9 Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Release notes](https://github.com/jeromefroe/lru-rs/releases) - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.7.0...0.9.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c7cbe..9355abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ Peer to Peer topology management keynesis = { version = "1.4" } thiserror = "1.0" hex = "0.4" -lru = "0.7" +lru = "0.9" [dev-dependencies] quickcheck = "1.0.3"