update deps

This commit is contained in:
2025-03-28 10:41:23 -04:00
parent e6cfab4a02
commit 0b3abe71ae
6 changed files with 807 additions and 129 deletions

View File

@@ -5,11 +5,11 @@ authors = ["Simon Gardling <titaniumtown@gmail.com>", "mindv0rtex <mindv0rtex@us
edition = "2021"
[dependencies]
image = "0.23"
indicatif = { version = "0.15", features = [ "rayon" ] }
itertools = "0.10"
rand = "0.8"
rand_distr = "0.4"
image = "0.25"
indicatif = { version = "0.17", features = [ "rayon" ] }
itertools = "0.14"
rand = "0.9"
rand_distr = "0.5"
rayon = "1.10"
fastapprox = "0.3"