From 630eebfea8ffdf8d01a51b2dd44fa9bc55bdac20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 03:24:40 +0000 Subject: Update lru requirement from 0.1.15 to 0.4.3 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.1.15...0.4.3) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3