diff --git a/Cargo.toml b/Cargo.toml index 464fee59..3374abf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ hex = { version = "0.4", optional = true } percent-encoding = { version = "2.3", optional = true } url-dep = { version = "2.5", package = "url", optional = true } png = { version = "0.17", optional = true } -image = { version = "0.25.*", optional = true, default-features = false, features = [ +image = { version = "0.25", optional = true, default-features = false, features = [ "png", ] } gix = { version = "0.67", optional = true, default-features = false, features = [