Skip to content

Commit dcb7312

Browse files
authored
chore(portmapper): bump iroh-metrics dep (#29)
## description Upgrade to the latest version of `iroh-metrics`
1 parent 7a43f36 commit dcb7312

File tree

3 files changed

+111
-3
lines changed

3 files changed

+111
-3
lines changed

Cargo.lock

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

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
2222
[advisories]
2323
ignore = [
2424
"RUSTSEC-2024-0436", # paste unmaintained
25+
"RUSTSEC-2023-0089", # atomic-polyfill unmaintained
2526
]

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_
2222
futures-lite = "2.5"
2323
futures-util = "0.3.25"
2424
igd-next = { version = "0.16.1", features = ["aio_tokio"] }
25-
iroh-metrics = { version = "0.34", default-features = false }
25+
iroh-metrics = { version = "0.35", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.0"
2828
netwatch = { version = "0.6.0", path = "../netwatch" }

0 commit comments

Comments
 (0)