examples: Update to metrics-exporter-prometheus 0.18 (#3590)

This commit is contained in:
tottoto
2025-12-23 06:06:15 +09:00
committed by GitHub
parent e1ed2f189c
commit 82af1277a4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
metrics = { version = "0.24", default-features = false }
metrics-exporter-prometheus = { version = "0.17", default-features = false }
metrics-exporter-prometheus = { version = "0.18", default-features = false }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }