chore: upgrade iroh from 0.30 to 0.31

This commit is contained in:
link2xt
2025-01-29 19:07:59 +00:00
parent 0040c17892
commit 6297bb967a
3 changed files with 25 additions and 140 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.30", default-features = false, features = ["net"] }
iroh = { version = "0.30", default-features = false }
iroh-gossip = { version = "0.31", default-features = false, features = ["net"] }
iroh = { version = "0.31", default-features = false }
kamadak-exif = "0.6.1"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = { workspace = true }