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" }