From 3fcc967ea2fc974810ae92dbb98fffcc89246cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:23:37 +0000 Subject: [PATCH] chore(deps): update lru requirement from 0.8 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.8.0...0.8.1) --- 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 acbba7a43..601acb173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ keyed_priority_queue = "0.4.1" lazy_static = "1.4" libipld = "0.15" libp2p = { version = "0.50", default-features = false } -lru = "0.8" +lru = "0.9" mime = "0.3" mime_classifier = "0.0.1" mime_guess = "2.0.4"