From cbbba79b391a8b0be1570a22a822bc652b006996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 03:48:58 +0000 Subject: [PATCH] deps: bump igd-next from 0.14.2 to 0.14.3 Pull-Request: #5090. --- Cargo.lock | 4 ++-- protocols/upnp/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c524ae56fa5..42378f90fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2303,9 +2303,9 @@ dependencies = [ [[package]] name = "igd-next" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e065e90a518ab5fedf79aa1e4b784e10f8e484a834f6bda85c42633a2cb7af" +checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" dependencies = [ "async-trait", "attohttpc", diff --git a/protocols/upnp/Cargo.toml b/protocols/upnp/Cargo.toml index 2118dd4a728..c60aad4fe8f 100644 --- a/protocols/upnp/Cargo.toml +++ b/protocols/upnp/Cargo.toml @@ -13,7 +13,7 @@ publish = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" -igd-next = "0.14.2" +igd-next = "0.14.3" libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } tokio = { version = "1.35", default-features = false, features = ["rt"], optional = true }