Skip to content

Commit

Permalink
chore(layers/prometheus-client): upgrade prometheus-client dependency…
Browse files Browse the repository at this point in the history
… to v0.23.1 (#5576)

Co-authored-by: Xuanwo <[email protected]>
  • Loading branch information
koushiro and Xuanwo authored Feb 8, 2025
1 parent 410f7ed commit dafdee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ opentelemetry = { version = "0.27", optional = true }
# for layers-prometheus
prometheus = { version = "0.13", features = ["process"], optional = true }
# for layers-prometheus-client
prometheus-client = { version = "0.22.2", optional = true }
prometheus-client = { version = "0.23.1", optional = true }
# for layers-tracing
tracing = { version = "0.1", optional = true }
# for layers-dtrace
Expand Down

0 comments on commit dafdee1

Please sign in to comment.