Skip to content

Commit 92c3140

Browse files
Upgrade metrics-util crate from 0.19 to 0.20 version (#16)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent 8971fb5 commit 92c3140

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## main
10+
11+
[Diff](https://github.com/instrumentisto/metrics-prometheus-rs/compare/v0.10.0...main)
12+
13+
### BC Breaks
14+
15+
- Upgraded to 0.20 version of `metrics-util` crate. ([#16])
16+
17+
[#16]: https://github.com/instrumentisto/metrics-prometheus-rs/pull/16
18+
19+
20+
21+
922
## [0.10.0] · 2025-03-29
1023
[0.10.0]: https://github.com/instrumentisto/metrics-prometheus-rs/tree/v0.10.0
1124

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ include = ["/src/", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README
1717
[dependencies]
1818
arc-swap = "1.5"
1919
metrics = { version = "0.24", default-features = false }
20-
metrics-util = { version = "0.19", features = ["registry"], default-features = false }
20+
metrics-util = { version = "0.20", features = ["registry"], default-features = false }
2121
prometheus = { version = "0.14", default-features = false }
2222
sealed = "0.6"
2323
smallvec = "1.10"
2424

2525
[dev-dependencies]
26-
metrics-util = { version = "0.19", features = ["layer-filter"], default-features = false }
26+
metrics-util = { version = "0.20", features = ["layer-filter"], default-features = false }

0 commit comments

Comments
 (0)