Skip to content

Commit 9a45db3

Browse files
authored
chore: update igd-next to 0.15.1 (#5625)
## Description <!-- Please write a summary of your changes and why you made them. This section will appear as the commit message after merging. Please craft it accordingly. For a quick primer on good commit messages, check out this blog post: https://cbea.ms/git-commit/ Please include any relevant issues in here, for example: Related https://github.com/libp2p/rust-libp2p/issues/ABCD. Fixes https://github.com/libp2p/rust-libp2p/issues/XYZ. --> Resolves #5506. ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message. --> ## Change checklist <!-- Please add a Changelog entry in the appropriate crates and bump the crate versions if needed. See <https://github.com/libp2p/rust-libp2p/blob/master/docs/release.md#development-between-releases>--> - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [x] A changelog entry has been made in the appropriate crates
1 parent 93ad28c commit 9a45db3

File tree

4 files changed

+32
-80
lines changed

4 files changed

+32
-80
lines changed

Cargo.lock

Lines changed: 25 additions & 77 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.4.0", path = "swarm-test" }
108108
libp2p-tcp = { version = "0.42.0", path = "transports/tcp" }
109109
libp2p-tls = { version = "0.5.0", path = "transports/tls" }
110110
libp2p-uds = { version = "0.41.0", path = "transports/uds" }
111-
libp2p-upnp = { version = "0.3.0", path = "protocols/upnp" }
111+
libp2p-upnp = { version = "0.3.1", path = "protocols/upnp" }
112112
libp2p-webrtc = { version = "0.8.0-alpha", path = "transports/webrtc" }
113113
libp2p-webrtc-utils = { version = "0.3.0", path = "misc/webrtc-utils" }
114114
libp2p-webrtc-websys = { version = "0.4.0-alpha.2", path = "transports/webrtc-websys" }

protocols/upnp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
- update igd-next to 0.15.1.
3+
See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX).
4+
15
## 0.3.0
26

37
<!-- Update to libp2p-swarm v0.45.0 -->

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 = "2021"
44
rust-version = "1.60.0"
55
description = "UPnP support for libp2p transports"
6-
version = "0.3.0"
6+
version = "0.3.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.14.3"
16+
igd-next = "0.15.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)