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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user