From 2f6e3f801671c442c9b67671dd9988aa25b8a914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:03:59 +0000 Subject: [PATCH] chore(deps): bump igd-next from 0.17.0 to 0.17.1 Bumps [igd-next](https://github.com/dariusc93/rust-igd) from 0.17.0 to 0.17.1. - [Commits](https://github.com/dariusc93/rust-igd/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: igd-next dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- portmapper/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 333eb43..4ba6009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,9 +748,9 @@ dependencies = [ [[package]] name = "igd-next" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac9a3c8278f43b4cd8463380f4a25653ac843e5b177e1d3eaf849cc9ba10d4d" +checksum = "de7238d487a9aff61f81b5ab41c0a841532a115a398b5fa92a2fadd0885e2581" dependencies = [ "attohttpc", "bytes", diff --git a/portmapper/Cargo.toml b/portmapper/Cargo.toml index 67b0167..1705d35 100644 --- a/portmapper/Cargo.toml +++ b/portmapper/Cargo.toml @@ -19,7 +19,7 @@ workspace = true base64 = "0.22.1" bytes = "1.7" derive_more = { version = "2.0.1", features = ["debug", "display", "from", "try_into", "deref"] } -igd-next = { version = "0.17.0", features = ["aio_tokio"] } +igd-next = { version = "0.17.1", features = ["aio_tokio"] } iroh-metrics = { version = "1.0.0-rc.0", default-features = false } libc = "0.2.139" netwatch = { version = "0.18.0", path = "../netwatch" }