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
  • Loading branch information
koushiro committed Jan 27, 2025
1 parent cdbcc0f commit 16181fd
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 @@ -382,7 +382,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 16181fd

Please sign in to comment.