diff --git a/Cargo.lock b/Cargo.lock index b63764e23..280fe8f0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2622,7 +2622,8 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "iroh" version = "0.4.2" -source = "git+https://github.com/n0-computer/iroh?branch=maint-0.4#9881b7886235035a1124e4371f7a4cd59379e51b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85075391dcb8491a4939266334b28601052d418b37d20b33c58ffb5776adc912" dependencies = [ "abao", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0ee4c5848..dfca03502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ hex = "0.4.0" hickory-resolver = "0.24" humansize = "2" image = { version = "0.24.7", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } -iroh = { git = "https://github.com/n0-computer/iroh", branch = "maint-0.4", default-features = false } +iroh = { version = "0.4.2", default-features = false } kamadak-exif = "0.5" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = "0.2"