chore: upgrade image from 0.24.9 to 0.25.1

This commit is contained in:
link2xt
2024-04-03 20:26:52 +00:00
parent 0be8b5a5c4
commit 50165b3e35
3 changed files with 53 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ futures-lite = "2.3.0"
hex = "0.4.0"
hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.24.9", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.4.2", default-features = false }
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }