From 76afd9b40edb63acc839538d5af4536196dc397a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:17:04 +0000 Subject: [PATCH] Update lru requirement from 0.7.0 to 0.8.0 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.8.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 51a615b..78fdd5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ regex = "1" lazy_static = "1.4.0" pathdiff = "0.2.0" clap = "2.33.3" -lru = "0.7.0" +lru = "0.8.0" atty = "0.2" content_inspector = "0.2"