From 3f9591e326c876ee0ce9c53aa26ad50b28b90286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:41:26 +0000 Subject: [PATCH] build(deps): Bump iroh from 0.91.0 to 0.91.2 Bumps [iroh](https://github.com/n0-computer/iroh) from 0.91.0 to 0.91.2. - [Release notes](https://github.com/n0-computer/iroh/releases) - [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md) - [Commits](https://github.com/n0-computer/iroh/compare/v0.91.0...v0.91.2) --- updated-dependencies: - dependency-name: iroh dependency-version: 0.91.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 224 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e76c9cc..1c88b82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,8 +807,8 @@ dependencies = [ "clap", "data-encoding", "hex", - "iroh", - "iroh-base", + "iroh 0.91.2", + "iroh-base 0.91.2", "iroh-quinn", "n0-snafu", "rand 0.8.5", @@ -1650,21 +1650,82 @@ dependencies = [ "http 1.3.1", "igd-next", "instant", - "iroh-base", + "iroh-base 0.91.2", "iroh-metrics", "iroh-quinn", "iroh-quinn-proto", "iroh-quinn-udp", - "iroh-relay", + "iroh-relay 0.91.2", "n0-future", "n0-snafu", "n0-watcher", "nested_enum_utils", - "netdev", - "netwatch", + "netdev 0.36.0", + "netwatch 0.8.0", "pin-project", "pkarr", - "portmapper", + "portmapper 0.8.0", + "rand 0.8.5", + "reqwest", + "ring", + "rustls", + "rustls-pki-types", + "rustls-webpki", + "serde", + "smallvec", + "snafu", + "spki", + "strum", + "stun-rs", + "surge-ping", + "time", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "url", + "wasm-bindgen-futures", + "webpki-roots 0.26.11", + "z32", +] + +[[package]] +name = "iroh" +version = "0.92.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "135ad6b793a5851b9e5435ad36fea63df485f8fd4520a58117e7dc3326a69c15" +dependencies = [ + "aead", + "backon", + "bytes", + "cfg_aliases", + "crypto_box", + "data-encoding", + "der", + "derive_more 2.0.1", + "ed25519-dalek", + "futures-buffered", + "futures-util", + "getrandom 0.3.3", + "hickory-resolver", + "http 1.3.1", + "igd-next", + "instant", + "iroh-base 0.92.0", + "iroh-metrics", + "iroh-quinn", + "iroh-quinn-proto", + "iroh-quinn-udp", + "iroh-relay 0.92.0", + "n0-future", + "n0-snafu", + "n0-watcher", + "nested_enum_utils", + "netdev 0.36.0", + "netwatch 0.9.0", + "pin-project", + "pkarr", + "portmapper 0.9.0", "rand 0.8.5", "reqwest", "ring", @@ -1708,6 +1769,24 @@ dependencies = [ "url", ] +[[package]] +name = "iroh-base" +version = "0.92.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04ae51a14c9255a735b1db2d8cf29b875b971e96a5b23e4d0d1ee7d85bf32132" +dependencies = [ + "curve25519-dalek", + "data-encoding", + "derive_more 2.0.1", + "ed25519-dalek", + "n0-snafu", + "nested_enum_utils", + "rand_core 0.6.4", + "serde", + "snafu", + "url", +] + [[package]] name = "iroh-metrics" version = "0.35.0" @@ -1806,7 +1885,57 @@ dependencies = [ "http-body-util", "hyper", "hyper-util", - "iroh-base", + "iroh-base 0.91.2", + "iroh-metrics", + "iroh-quinn", + "iroh-quinn-proto", + "lru", + "n0-future", + "n0-snafu", + "nested_enum_utils", + "num_enum", + "pin-project", + "pkarr", + "postcard", + "rand 0.8.5", + "reqwest", + "rustls", + "rustls-pki-types", + "rustls-webpki", + "serde", + "serde_bytes", + "sha1", + "snafu", + "strum", + "tokio", + "tokio-rustls", + "tokio-util", + "tokio-websockets", + "tracing", + "url", + "webpki-roots 0.26.11", + "ws_stream_wasm", + "z32", +] + +[[package]] +name = "iroh-relay" +version = "0.92.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "315cb02e660de0de339303296df9a29b27550180bb3979d0753a267649b34a7f" +dependencies = [ + "blake3", + "bytes", + "cfg_aliases", + "data-encoding", + "derive_more 2.0.1", + "getrandom 0.3.3", + "hickory-resolver", + "http 1.3.1", + "http-body-util", + "hyper", + "hyper-util", + "iroh-base 0.92.0", "iroh-metrics", "iroh-quinn", "iroh-quinn-proto", @@ -2105,6 +2234,23 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "netdev" +version = "0.37.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daa1e3eaf125c54c21e6221df12dd2a0a682784a068782dd564c836c0f281b6d" +dependencies = [ + "dlopen2", + "ipnet", + "libc", + "netlink-packet-core", + "netlink-packet-route 0.22.0", + "netlink-sys", + "once_cell", + "system-configuration", + "windows-sys 0.59.0", +] + [[package]] name = "netlink-packet-core" version = "0.7.0" @@ -2201,7 +2347,42 @@ dependencies = [ "n0-future", "n0-watcher", "nested_enum_utils", - "netdev", + "netdev 0.36.0", + "netlink-packet-core", + "netlink-packet-route 0.24.0", + "netlink-proto", + "netlink-sys", + "pin-project-lite", + "serde", + "snafu", + "socket2 0.6.0", + "time", + "tokio", + "tokio-util", + "tracing", + "web-sys", + "windows", + "windows-result 0.3.4", + "wmi", +] + +[[package]] +name = "netwatch" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a63d76f52f3f15ebde3ca751a2ab73a33ae156662bc04383bac8e824f84e9bb" +dependencies = [ + "atomic-waker", + "bytes", + "cfg_aliases", + "derive_more 2.0.1", + "iroh-quinn-udp", + "js-sys", + "libc", + "n0-future", + "n0-watcher", + "nested_enum_utils", + "netdev 0.37.3", "netlink-packet-core", "netlink-packet-route 0.24.0", "netlink-proto", @@ -2589,7 +2770,38 @@ dependencies = [ "iroh-metrics", "libc", "nested_enum_utils", - "netwatch", + "netwatch 0.8.0", + "num_enum", + "rand 0.9.2", + "serde", + "smallvec", + "snafu", + "socket2 0.6.0", + "time", + "tokio", + "tokio-util", + "tower-layer", + "tracing", + "url", +] + +[[package]] +name = "portmapper" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9f99e8cd25cd8ee09fc7da59357fd433c0a19272956ebb4ad7443b21842988d" +dependencies = [ + "base64 0.22.1", + "bytes", + "derive_more 2.0.1", + "futures-lite", + "futures-util", + "hyper-util", + "igd-next", + "iroh-metrics", + "libc", + "nested_enum_utils", + "netwatch 0.9.0", "num_enum", "rand 0.9.2", "serde", @@ -3067,7 +3279,7 @@ dependencies = [ "dumbpipe", "futures-util", "hex", - "iroh", + "iroh 0.92.0", "pty-process", "rand 0.8.5", "serde", diff --git a/Cargo.toml b/Cargo.toml index da34db2..32fa9a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures-util = { version = "0.3", default-features = false, features = [ "std", ] } hex = "0.4" -iroh = "0.91.0" +iroh = "0.92.0" pty-process = { version = "0.3.0", features = ["async"] } rand = "0.8" serde = { version = "1.0.163", features = ["derive"] }