chore(cargo): update iroh from 0.20.0 to 0.21.0

This commit is contained in:
link2xt
2024-07-23 08:42:26 +00:00
parent 03523ab589
commit b9b9ed197e
2 changed files with 89 additions and 23 deletions

View File

@@ -61,8 +61,8 @@ hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh_old = { version = "0.4.2", default-features = false, package = "iroh"}
iroh-net = "0.20.0"
iroh-gossip = { version = "0.20.0", features = ["net"] }
iroh-net = { version = "0.21.0", default-features = false }
iroh-gossip = { version = "0.21.0", default-features = false, features = ["net"] }
quinn = "0.10.0"
kamadak-exif = "0.5.3"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }