deps(iroh): switch back to iroh main branch (#4202)

This commit is contained in:
Floris Bruynooghe
2023-03-22 16:05:55 +01:00
committed by GitHub
parent e985588c6c
commit 89b32e02c5
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -2427,7 +2427,7 @@ checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]] [[package]]
name = "iroh" name = "iroh"
version = "0.3.0" version = "0.3.0"
source = "git+https://github.com/n0-computer/iroh?branch=flub/ticket-multiple-addrs#aacd1d84e11b218e55e9622c4500973224904fe9" source = "git+https://github.com/n0-computer/iroh?branch=main#9ac4cf6e770879c8b2ec0dc6666fe531469e68e3"
dependencies = [ dependencies = [
"abao", "abao",
"anyhow", "anyhow",
@@ -2465,6 +2465,7 @@ dependencies = [
"tracing", "tracing",
"tracing-futures", "tracing-futures",
"tracing-subscriber", "tracing-subscriber",
"walkdir",
"webpki", "webpki",
"x509-parser", "x509-parser",
"zeroize", "zeroize",

View File

@@ -54,7 +54,7 @@ hex = "0.4.0"
humansize = "2" humansize = "2"
image = { version = "0.24.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } image = { version = "0.24.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
# iroh = { version = "0.3.0", default-features = false } # iroh = { version = "0.3.0", default-features = false }
iroh = { git = 'https://github.com/n0-computer/iroh', branch = "flub/ticket-multiple-addrs" } iroh = { git = 'https://github.com/n0-computer/iroh', branch = "main" }
kamadak-exif = "0.5" kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2" libc = "0.2"