Merge pull request #5235 from deltachat/dependabot/cargo/image-0.24.8

This commit is contained in:
dependabot[bot]
2024-02-03 17:09:30 +00:00
committed by GitHub
2 changed files with 3 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ futures-lite = "2.2.0"
hex = "0.4.0"
hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.24.7", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
image = { version = "0.24.8", 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" }