diff --git a/Cargo.toml b/Cargo.toml index c9f8eba5..202c4bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ bitflags = "1" mint = { version = "0.5.6", optional = true } [dev-dependencies] -image = "0.23.12" -simple_logger = "1.9" +image = { version = "0.24.0", default-features = false, features = ["png"] } +simple_logger = "2.1.0" [target.'cfg(target_os = "android")'.dependencies] ndk = "0.6"