chore(cargo): upgrade iroh to 0.26.0

This commit is contained in:
link2xt
2024-10-31 00:28:02 +00:00
committed by l
parent d6c2c863b7
commit 4850e3696d
2 changed files with 76 additions and 17 deletions

View File

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