update to released iroh

This commit is contained in:
dignifiedquire
2023-07-24 14:17:41 +02:00
parent 7245be1b2b
commit 1a8415410e
2 changed files with 59 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ futures-lite = "1.13.0"
hex = "0.4.0"
humansize = "2"
image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.4.1", default-features = false, git = "https://github.com/n0-computer/iroh", branch = "main", features = ["iroh-collection", "flat-db"] }
iroh = { version = "0.5.1", default-features = false, features = ["iroh-collection", "flat-db"] }
iroh-io = "0.2.1"
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }