Skip to content

Commit 02dd0bc

Browse files
committed
Bump the prometheus dependency to 0.23
This finally has some testing features I was waiting for, but not entirely sure is worth switching to them as opposed to text format comparisons, since not all are ready.
1 parent 8b2814a commit 02dd0bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lto = true
1414
axum = "0.7.5"
1515
tokio = { version = "1", features = ["full"] }
1616
gumdrop = "0.8.1"
17-
prometheus-client = "0.22.3"
17+
prometheus-client = "0.23.1"
1818
walkdir = "2.5.0"
1919
log = "0.4.22"
2020

0 commit comments

Comments
 (0)