Update dependency versions

It's been a couple years and there are new versions of these libraries.
Bump and relax constraints (I don't need exact patch levels, that's what
a lockfile is for).
This commit is contained in:
2025-03-01 12:56:36 -06:00
parent c8726a4d9a
commit 8548e4e322

View File

@@ -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" }