diff --git a/Cargo.toml b/Cargo.toml index dc1a8b461..dfb402911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ hashbrown = { version = "0.15", default-features = false, features = [ "allocator-api2", ] } hex = "0.4" -itertools = { version = "0.13", default-features = false } +itertools = { version = "0.14", default-features = false } libtest-mimic = "0.8.1" paste = "1.0" rayon = "1"