diff --git a/Cargo.toml b/Cargo.toml index 32630d0..32572bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ cfg-if = "1.0.0" clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" hyper = "0.14.28" -image = { version = "0.24.9", default-features = true } +image = { version = "0.25.0", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0" mimalloc = { version = "0.1.39", default-features = false }