From c0a5b28fd35f7db7ab771e4ba4f66554e447de21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 15:09:02 +0900 Subject: [PATCH] Update lru requirement from 0.9.0 to 0.10.0 (#1932) 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.9.0...0.10.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bff25f70..a45791e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ murmurhash32 = "0.3.0" time = { version = "0.3.10", features = ["serde-well-known"] } smallvec = "1.8.0" rayon = "1.5.2" -lru = "0.9.0" +lru = "0.10.0" fastdivide = "0.4.0" itertools = "0.10.3" measure_time = "0.8.2"