Skip to content

Commit 82af127

Browse files
authored
examples: Update to metrics-exporter-prometheus 0.18 (#3590)
1 parent e1ed2f1 commit 82af127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/Cargo.lock

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

examples/prometheus-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
axum = { path = "../../axum" }
99
metrics = { version = "0.24", default-features = false }
10-
metrics-exporter-prometheus = { version = "0.17", default-features = false }
10+
metrics-exporter-prometheus = { version = "0.18", default-features = false }
1111
tokio = { version = "1.0", features = ["full"] }
1212
tracing = "0.1"
1313
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)