Skip to content

Commit 6a14931

Browse files
committed
Update iroh-metrics to 0.32
1 parent eaf4464 commit 6a14931

File tree

7 files changed

+32
-13
lines changed

7 files changed

+32
-13
lines changed

Cargo.lock

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

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ unused-async = "warn"
4444

4545
[patch.crates-io]
4646
netwatch = { git = "https://github.com/n0-computer/net-tools.git", branch = "matheus23/netwatch-wasm" }
47-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics.git", branch = "main" }

iroh-dns-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ governor = "0.6.3" #needs new release of tower_governor for 0.7.0
2828
hickory-server = { version = "=0.25.0-alpha.5", features = ["dns-over-rustls", "dns-over-https-rustls"] }
2929
http = "1.0.0"
3030
humantime-serde = "1.1.1"
31-
iroh-metrics = { version = "0.31.0", features = ["metrics", "service"] }
31+
iroh-metrics = { version = "0.32.0", features = ["metrics", "service"] }
3232
lru = "0.12.3"
3333
n0-future = "0.1.2"
3434
pkarr = { version = "2.3.1", features = [ "async", "relay", "dht"], default-features = false }

iroh-net-report/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ anyhow = "1"
2525
bytes = "1.7"
2626
derive_more = { version = "1.0.0", features = ["display"] }
2727
iroh-base = { version = "0.33.0", path = "../iroh-base", default-features = false, features = ["relay"] }
28-
iroh-metrics = { version = "0.31", default-features = false }
28+
iroh-metrics = { version = "0.32", default-features = false }
2929
iroh-relay = { version = "0.33", default-features = false, path = "../iroh-relay" }
3030
n0-future = "0.1.2"
3131
quinn = { package = "iroh-quinn", version = "0.13.0", default-features = false }

iroh-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http-body-util = "0.1.0"
3333
hyper = { version = "1", features = ["server", "client", "http1"] }
3434
hyper-util = "0.1.1"
3535
iroh-base = { version = "0.33.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
36-
iroh-metrics = { version = "0.31", default-features = false }
36+
iroh-metrics = { version = "0.32", default-features = false }
3737
n0-future = "0.1.2"
3838
num_enum = "0.7"
3939
pin-project = "1"

iroh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ z32 = "1.0.3"
8181
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.33", default-features = false }
8282

8383
# metrics
84-
iroh-metrics = { version = "0.31", default-features = false }
84+
iroh-metrics = { version = "0.32", default-features = false }
8585

8686
# local-swarm-discovery
8787
swarm-discovery = { version = "0.3.0-alpha.2", optional = true }

iroh/bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0.22"
1010
bytes = "1.7"
1111
hdrhistogram = { version = "7.2", default-features = false }
1212
iroh = { path = ".." }
13-
iroh-metrics = "0.31"
13+
iroh-metrics = "0.32"
1414
n0-future = "0.1.1"
1515
quinn = { package = "iroh-quinn", version = "0.13" }
1616
rcgen = "0.13"

0 commit comments

Comments
 (0)