Skip to content

Commit

Permalink
build(deps): update tokio-metrics requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio-metrics/releases)
- [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/tokio-metrics@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: tokio-metrics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 27ee792 commit b96ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubert-prometheus-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }
[dependencies]
prometheus-client = "0.22"
tokio = "1"
tokio-metrics = "0.3"
tokio-metrics = "0.4"
tracing = "0.1"

0 comments on commit b96ac31

Please sign in to comment.