From 7f51d85bbd4f5bd45f219627db773ded2ab2375f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:42:21 +0900 Subject: [PATCH] Update lru requirement from 0.10.0 to 0.11.0 (#2117) Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.10.0...0.11.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 577e1f2a4..3bcc9a94d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ murmurhash32 = "0.3.0" time = { version = "0.3.10", features = ["serde-well-known"] } smallvec = "1.8.0" rayon = "1.5.2" -lru = "0.10.0" +lru = "0.11.0" fastdivide = "0.4.0" itertools = "0.11.0" measure_time = "0.8.2"