Skip to content

Commit 095fcc7

Browse files
authored
chore: (Deps) Update swarm-discovery to avoid idna <= 0.5 dep (#3025)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> - Updates to latest `swarm-discovery` alpha, so that `cargo deny` is happy again ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> None, swarm-discovery isn't exposed in the API. ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> It might be questionable if we want to depend on *more* alphas, but IMHO, this case is fine to avoid a security vulnerability. Hopefully this is the last alpha. The next version of hickory we depend on should be 0.25. ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.~~ - ~~[ ] Tests if relevant.~~ - [x] All breaking changes documented.
1 parent 9f4ca84 commit 095fcc7

File tree

3 files changed

+9
-50
lines changed

3 files changed

+9
-50
lines changed

Cargo.lock

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

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
2626
ignore = [
2727
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
2828
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
29-
"RUSTSEC-2024-0421", # dependency from swarm-discovery, see https://github.com/rkuhn/swarm-discovery/issues/9
3029
]

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ net-report = { package = "iroh-net-report", path = "../iroh-net-report", version
114114
iroh-metrics = { version = "0.29", default-features = false }
115115

116116
# local-swarm-discovery
117-
swarm-discovery = { version = "0.2.1", optional = true }
117+
swarm-discovery = { version = "0.3.0-alpha.1", optional = true }
118118

119119
# dht_discovery
120120
genawaiter = { version = "0.99", features = ["futures03"], optional = true }

0 commit comments

Comments
 (0)