Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-05 06:14:25 +0300
committerGitHub <noreply@github.com>2021-10-05 06:14:25 +0300
commit3c5e41b345f6d64981eddea94d9f32c972343acf (patch)
treefa34088e2ab3836241eb9f18ba415c8afa6aa096
parentde4a61f32de29fdf60f7708ef973eb2de4d4bdd8 (diff)
Update lru requirement from 0.4.3 to 0.7.0dependabot/cargo/lru-0.7.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.4.3...0.7.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..8b2fb3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ thiserror = "1.0"
num-traits = "0.2"
num-derive = "0.3"
winstructs = "0.3.0"
-lru = "0.4.3"
+lru = "0.7.0"
itertools = "0.8"
rand = "0.7"