diff --git a/core/Cargo.toml b/core/Cargo.toml index b71e72489..de2ae29cc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -96,7 +96,7 @@ rand = "0.8.5" # Required for quickcheck rand_chacha = "0.9.0" env_logger = "0.11.6" test-log = { version = "0.2.17", features = ["trace"] } -lru = "0.13.0" +lru = "0.14.0" [[bench]] name = "benchmark"