Skip to content

Commit

Permalink
workaround fix for prometheus endpoint (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Mar 30, 2022
1 parent 755a5c9 commit 003308a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["jorge <jorgeaolivero@gmail.com>"]
edition = "2021"

[dependencies]
prometheus = { version = "0.13", features = ["process"] }
prometheus = { version = "0.12", features = ["process"] }
tide = "0.16"
log = "0.4"
thiserror = "1.0"
Expand Down

0 comments on commit 003308a

Please sign in to comment.