diff --git a/Cargo.toml b/Cargo.toml index 1ed404aa..646688c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,14 +83,14 @@ winit = "0.29.2" winit-test = "0.1.0" [dev-dependencies.image] -version = "0.24.6" +version = "0.25" # Disable rayon on web default-features = false features = ["jpeg"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] # Turn rayon back on everywhere else; creating the separate entry resets the features to default. -image = "0.24.6" +image = "0.25" rayon = "1.5.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]