Skip to content

Commit 7012b8e

Browse files
committed
deps: update to iroh-metrics 0.33
1 parent 731a154 commit 7012b8e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] }
3737

3838
[workspace.lints.clippy]
3939
unused-async = "warn"
40-
41-
[patch.crates-io]
42-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/refactor" }

portmapper/Cargo.toml

+1-1
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.15.1", features = ["aio_tokio"] }
25-
iroh-metrics = { version = "0.32", default-features = false }
25+
iroh-metrics = { version = "0.33", default-features = false }
2626
libc = "0.2.139"
2727
netwatch = { version = "0.4.0", path = "../netwatch" }
2828
num_enum = "0.7"

0 commit comments

Comments
 (0)