chore: upgrade iroh from 0.31 to 0.32

This commit is contained in:
link2xt
2025-02-04 19:33:21 +00:00
parent 6297bb967a
commit 1d55458781
3 changed files with 252 additions and 61 deletions

View File

@@ -64,8 +64,8 @@ humansize = "2"
hyper = "1"
hyper-util = "0.1.10"
image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh-gossip = { version = "0.31", default-features = false, features = ["net"] }
iroh = { version = "0.31", default-features = false }
iroh-gossip = { version = "0.32", default-features = false, features = ["net"] }
iroh = { version = "0.32", default-features = false }
kamadak-exif = "0.6.1"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = { workspace = true }