From a588b9bd881dfe7169e396ffa285edafc961d8b2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 8 Jan 2026 09:18:54 +0100 Subject: [PATCH] Bump lru from 0.12.2 to 0.16.3 due to https://rustsec.org/advisories/RUSTSEC-2026-0002.html --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09c685a..2bd062e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-traits = "0.2.14" num-modular = "0.5.0" bitvec = "1.0.0" rand = "0.8.4" -lru = "0.12.2" +lru = "0.16.3" either = "1.6.1" [dependencies.num-bigint]