Skip to content

Commit 078d1a6

Browse files
feat: update to iroh-metrics@0.29.0 (#2992)
## Description `iroh-metrics@0.29.0` was just published ## 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 e461cca commit 078d1a6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 6 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
@@ -29,7 +29,7 @@ governor = "0.6.3" #needs new release of tower_governor for 0.7.0
2929
hickory-proto = "=0.25.0-alpha.2"
3030
hickory-server = { version = "=0.25.0-alpha.2", features = ["dns-over-rustls"] }
3131
http = "1.0.0"
32-
iroh-metrics = "0.28"
32+
iroh-metrics = "0.29"
3333
lru = "0.12.3"
3434
parking_lot = "0.12.1"
3535
pkarr = { version = "2.2.0", features = [ "async", "relay", "dht"], default-features = false }

iroh-net-report/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures-buffered = "0.2.8"
2323
futures-lite = "2.3"
2424
hickory-resolver = "=0.25.0-alpha.2"
2525
iroh-base = { version = "0.28.0", path = "../iroh-base", default-features = false, features = ["relay"] }
26-
iroh-metrics = { version = "0.28.0", default-features = false, optional = true }
26+
iroh-metrics = { version = "0.29.0", default-features = false, optional = true }
2727
iroh-relay = { version = "0.28", path = "../iroh-relay" }
2828
netwatch = { version = "0.2.0" }
2929
portmapper = { version = "0.2.0" }

iroh-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http-body-util = "0.1.0"
3939
hyper = { version = "1", features = ["server", "client", "http1"] }
4040
hyper-util = "0.1.1"
4141
iroh-base = { version = "0.28.0", path = "../iroh-base", features = ["key"] }
42-
iroh-metrics = { version = "0.28.0", default-features = false }
42+
iroh-metrics = { version = "0.29.0", default-features = false }
4343
libc = "0.2.139"
4444
num_enum = "0.7"
4545
once_cell = "1.18.0"

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ z32 = "1.0.3"
110110
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.28" }
111111

112112
# metrics
113-
iroh-metrics = { version = "0.28.0", default-features = false }
113+
iroh-metrics = { version = "0.29", default-features = false }
114114
strum = { version = "0.26", features = ["derive"] }
115115

116116
# local-swarm-discovery

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 = "0.28"
13+
iroh-metrics = "0.29"
1414
quinn = { package = "iroh-quinn", version = "0.12" }
1515
rcgen = "0.13"
1616
rustls = { version = "0.23", default-features = false, features = ["ring"] }

0 commit comments

Comments
 (0)