Skip to content

Commit 0b42159

Browse files
authored
chore(deps): bump iroh-metrics to 0.36 (#36)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] 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. - [ ] All breaking changes documented.
1 parent 8f5081b commit 0b42159

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

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

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ derive_more = { version = "2.0.1", 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.35", default-features = false }
25+
iroh-metrics = { version = "0.36", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.0"
2828
netwatch = { version = "0.9.0", path = "../netwatch" }

0 commit comments

Comments
 (0)