Use released version of sendme^Wiroh

This switches to a released version.  It has been renamed from sendme
to iroh.
This commit is contained in:
Floris Bruynooghe
2023-02-22 16:05:24 +01:00
parent 1b39be8a42
commit fc64c33368
4 changed files with 47 additions and 45 deletions

View File

@@ -47,6 +47,7 @@ futures-lite = "1.12.0"
hex = "0.4.0"
humansize = "2"
image = { version = "0.24.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.3.0", default-features = false }
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2"
@@ -67,7 +68,6 @@ reqwest = { version = "0.11.14", features = ["json"] }
rusqlite = { version = "0.28", features = ["sqlcipher"] }
rust-hsluv = "0.1"
sanitize-filename = "0.4"
sendme = { git = "https://github.com/n0-computer/sendme", branch = "main", default-features = false }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10"