update deps
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user