Skip to content

Commit 457a69f

Browse files
Bump metrics-exporter-prometheus from 0.17.2 to 0.18.0 (#7)
Bumps [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) from 0.17.2 to 0.18.0. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-exporter-prometheus-v0.17.2...metrics-exporter-prometheus-v0.18.0) --- updated-dependencies: - dependency-name: metrics-exporter-prometheus dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a01d28b commit 457a69f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http-cache-semantics = { version = "2.1" }
3131
httpdate = { version = "1.0" }
3232
jsonwebtoken = { version = "10.2", features = ["aws_lc_rs"] }
3333
metrics = { version = "0.24" }
34-
metrics-exporter-prometheus = { version = "0.17" }
34+
metrics-exporter-prometheus = { version = "0.18" }
3535
rand = { version = "0.9", features = ["small_rng", "std"] }
3636
redis = { version = "0.32", optional = true, default-features = false, features = ["aio", "tokio-comp"] }
3737
reqwest = { version = "0.12", default-features = false, features = ["http2", "json", "rustls-tls", "stream"] }

0 commit comments

Comments
 (0)