Skip to content

Commit 81bb4e9

Browse files
authored
chore: update igd-next to 0.16.1
Pull-Request: #5944.
1 parent 4ee0e07 commit 81bb4e9

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ libp2p-swarm-test = { version = "0.5.0", path = "swarm-test" }
108108
libp2p-tcp = { version = "0.43.0", path = "transports/tcp" }
109109
libp2p-tls = { version = "0.6.1", path = "transports/tls" }
110110
libp2p-uds = { version = "0.42.0", path = "transports/uds" }
111-
libp2p-upnp = { version = "0.4.0", path = "protocols/upnp" }
111+
libp2p-upnp = { version = "0.4.1", path = "protocols/upnp" }
112112
libp2p-webrtc = { version = "0.9.0-alpha", path = "transports/webrtc" }
113113
libp2p-webrtc-utils = { version = "0.4.0", path = "misc/webrtc-utils" }
114114
libp2p-webrtc-websys = { version = "0.4.0", path = "transports/webrtc-websys" }

protocols/upnp/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.1
2+
3+
- update igd-next to 0.16.1
4+
See [PR 5944](https://github.com/libp2p/rust-libp2p/pull/5944).
5+
16
## 0.4.0
27

38
- update igd-next to 0.15.1.

protocols/upnp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-upnp"
33
edition.workspace = true
44
rust-version.workspace = true
55
description = "UPnP support for libp2p transports"
6-
version = "0.4.0"
6+
version = "0.4.1"
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
keywords = ["peer-to-peer", "libp2p", "networking"]
@@ -13,7 +13,7 @@ publish = true
1313
[dependencies]
1414
futures = { workspace = true }
1515
futures-timer = "3.0.3"
16-
igd-next = "0.15.1"
16+
igd-next = "0.16.1"
1717
libp2p-core = { workspace = true }
1818
libp2p-swarm = { workspace = true }
1919
tokio = { workspace = true, default-features = false, features = ["rt"], optional = true }

0 commit comments

Comments
 (0)