Skip to content

Commit e44aa54

Browse files
committed
update to latest iroh-metrics main
1 parent 3d22b7e commit e44aa54

File tree

5 files changed

+32
-11
lines changed

5 files changed

+32
-11
lines changed

Cargo.lock

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

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1", features = ["https-ring"] }
2929
http = "1.0.0"
3030
humantime-serde = "1.1.1"
31-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/derive-metricsgroupset", features = ["service"] }
31+
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "main", features = ["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-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.34.1", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
36-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/derive-metricsgroupset", default-features = false }
36+
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "main", default-features = false }
3737
n0-future = "0.1.2"
3838
num_enum = "0.7"
3939
pin-project = "1"

iroh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ x509-parser = "0.16"
8181
z32 = "1.0.3"
8282

8383
# metrics
84-
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/derive-metricsgroupset", default-features = false }
84+
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "main", default-features = false }
8585

8686
# local-swarm-discovery
8787
swarm-discovery = { version = "0.3.1", optional = true }
@@ -104,7 +104,7 @@ hickory-resolver = "0.25.1"
104104
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
105105
netdev = { version = "0.31.0" }
106106
# portmapper = { version = "0.4.1", default-features = false }
107-
portmapper = { git = "https://github.com/n0-computer/net-tools", branch = "Frando/metrics2" }
107+
portmapper = { git = "https://github.com/n0-computer/net-tools", branch = "Frando/metrics" }
108108
quinn = { package = "iroh-quinn", version = "0.13.0", default-features = false, features = ["runtime-tokio", "rustls-ring"] }
109109
tokio = { version = "1", features = [
110110
"io-util",

iroh/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/derive-metricsgroupset" }
13+
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "main" }
1414
n0-future = "0.1.1"
1515
quinn = { package = "iroh-quinn", version = "0.13" }
1616
rand = "0.8"

0 commit comments

Comments
 (0)