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

84
Cargo.lock generated
View File

@@ -2171,9 +2171,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]] [[package]]
name = "governor" name = "governor"
version = "0.5.1" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5" checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"dashmap", "dashmap",
@@ -2622,8 +2622,9 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
[[package]] [[package]]
name = "iroh" name = "iroh"
version = "0.4.1" version = "0.5.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#456f96305954a23299d02ed65b8838ba168232e1" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e23563988ed2782c0d581c91eb08548e75372899b4e7d96aaeb016eb29bb3d72"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bao-tree", "bao-tree",
@@ -2655,8 +2656,9 @@ dependencies = [
[[package]] [[package]]
name = "iroh-bytes" name = "iroh-bytes"
version = "0.4.1" version = "0.5.0"
source = "git+https://github.com/n0-computer/iroh?branch=main#456f96305954a23299d02ed65b8838ba168232e1" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd5a737cd35e3ce47abd53e4995f5b42e94c8b430101e6309340fca70ab3506"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bao-tree", "bao-tree",
@@ -2703,8 +2705,9 @@ dependencies = [
[[package]] [[package]]
name = "iroh-metrics" name = "iroh-metrics"
version = "0.4.1" version = "0.5.0"
source = "git+https://github.com/n0-computer/iroh?branch=main#456f96305954a23299d02ed65b8838ba168232e1" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10c7a91729a395f63ff934cc68394044daa8b51f18340e90450d35144ea6b837"
dependencies = [ dependencies = [
"erased_set", "erased_set",
"hyper", "hyper",
@@ -2717,8 +2720,9 @@ dependencies = [
[[package]] [[package]]
name = "iroh-net" name = "iroh-net"
version = "0.4.1" version = "0.5.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#456f96305954a23299d02ed65b8838ba168232e1" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81d6cb57a59c8df3d1734091274fc54e943434f4dcac7c2feeec7769b6bc38"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"backoff", "backoff",
@@ -2742,6 +2746,7 @@ dependencies = [
"iroh-metrics", "iroh-metrics",
"libc", "libc",
"netlink-packet-route", "netlink-packet-route",
"num_enum",
"once_cell", "once_cell",
"os_info", "os_info",
"postcard", "postcard",
@@ -2769,6 +2774,7 @@ dependencies = [
"tokio-util", "tokio-util",
"tracing", "tracing",
"trust-dns-resolver", "trust-dns-resolver",
"ucd-parse",
"url", "url",
"webpki", "webpki",
"webpki-roots 0.23.1", "webpki-roots 0.23.1",
@@ -2938,10 +2944,10 @@ dependencies = [
] ]
[[package]] [[package]]
name = "mach" name = "mach2"
version = "0.3.2" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
dependencies = [ dependencies = [
"libc", "libc",
] ]
@@ -3322,6 +3328,27 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.25",
]
[[package]] [[package]]
name = "object" name = "object"
version = "0.31.1" version = "0.31.1"
@@ -3890,6 +3917,16 @@ dependencies = [
"elliptic-curve", "elliptic-curve",
] ]
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
]
[[package]] [[package]]
name = "proc-macro-error" name = "proc-macro-error"
version = "1.0.4" version = "1.0.4"
@@ -3971,16 +4008,16 @@ checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
[[package]] [[package]]
name = "quanta" name = "quanta"
version = "0.9.3" version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8" checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
dependencies = [ dependencies = [
"crossbeam-utils", "crossbeam-utils",
"libc", "libc",
"mach", "mach2",
"once_cell", "once_cell",
"raw-cpuid", "raw-cpuid",
"wasi 0.10.0+wasi-snapshot-preview1", "wasi 0.11.0+wasi-snapshot-preview1",
"web-sys", "web-sys",
"winapi", "winapi",
] ]
@@ -4318,12 +4355,6 @@ dependencies = [
"regex-syntax 0.7.4", "regex-syntax 0.7.4",
] ]
[[package]]
name = "regex-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f96ede7f386ba6e910092e7ccdc04176cface62abebea07ed6b46d870ed95ca2"
[[package]] [[package]]
name = "regex-syntax" name = "regex-syntax"
version = "0.6.29" version = "0.6.29"
@@ -5806,11 +5837,12 @@ dependencies = [
[[package]] [[package]]
name = "ucd-parse" name = "ucd-parse"
version = "0.1.12" version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212c59636157b18c2f57eed2799e6606c52fc49c6a11685ffb0d08f06e55f428" checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
dependencies = [ dependencies = [
"regex-lite", "once_cell",
"regex",
] ]
[[package]] [[package]]

View File

@@ -50,7 +50,7 @@ futures-lite = "1.13.0"
hex = "0.4.0" hex = "0.4.0"
humansize = "2" humansize = "2"
image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } 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" iroh-io = "0.2.1"
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" }