diff --git a/Cargo.toml b/Cargo.toml index c8c542a..8b8697c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = { version = "0.8.5", features = ["small_rng"] } -itertools = { version = "0.11.0" } +rand = { version = "0.9", features = ["small_rng"] } +itertools = { version = "0.14" }