Skip to content

Commit 18358a7

Browse files
committed
deps: update iroh-metrics to 0.34
1 parent 78cbcd0 commit 18358a7

File tree

2 files changed

+41
-18
lines changed

2 files changed

+41
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hex = "0.4"
3838
iroh-base = { version = "0.34", features = ["ticket"] }
3939
iroh-blobs = { version = "0.34" }
4040
iroh-gossip = { version = "0.34", optional = true, features = ["net"] }
41-
iroh-metrics = { version = "0.33", default-features = false }
41+
iroh-metrics = { version = "0.34", default-features = false }
4242
iroh = { version = "0.34", optional = true }
4343
num_enum = "0.7"
4444
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
@@ -119,7 +119,6 @@ all-features = true
119119
rustdoc-args = ["--cfg", "iroh_docsrs"]
120120

121121
[patch.crates-io]
122-
iroh = { git = "https://github.com/n0-computer/iroh", branch = "Frando/metrics2" }
122+
iroh = { git = "https://github.com/n0-computer/iroh", branch = "Frando/metrics" }
123123
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "Frando/metrics" }
124-
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "refactor/metrics2" }
125-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/derive-metricsgroupset" }
124+
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "refactor/metrics" }

0 commit comments

Comments
 (0)