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:
authorOmer BenAmram <omerbenamram@gmail.com>2019-12-18 23:43:07 +0300
committerGitHub <noreply@github.com>2019-12-18 23:43:07 +0300
commit57e0cad3508f4682a4e6c2887d421ee87f0900db (patch)
treeb347ecfe2258e9c32dceb4bf3bc215ccc02fc35e
parentd977fc3230d567695a3626686855dea673d968bd (diff)
parent630eebfea8ffdf8d01a51b2dd44fa9bc55bdac20 (diff)
Merge pull request #34 from omerbenamram/dependabot/cargo/lru-0.4.3
Update lru requirement from 0.1.15 to 0.4.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec9de77..1a8e466 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ snafu = {version="0.5.0", features = ["backtraces", "rust_1_30"]}
num-traits = "0.2"
num-derive = "0.3"
winstructs = "0.2.0"
-lru = "0.1.15"
+lru = "0.4.3"
itertools = "0.8.0"
rand = "0.7.0"