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]