Skip to content

Commit

Permalink
Update Rust crate prometheus-client to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 35daf43 commit 75dfc23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ console-subscriber = { version = "0.2.0" }
futures = "0.3.30"
hyper = { version = "0.14.28" }
parking_lot = "0.12.1"
prometheus-client = "0.21.2"
prometheus-client = "0.22.2"
rustls-pemfile = "2.1.1"
scopeguard = "1.2.0"
serde_json5 = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ uuid = { version = "1.7.0", features = ["v4"] }
hyper = "0.14.28"
maplit = "1.0.2"
pretty_assertions = "1.4.0"
prometheus-client = "0.21.2"
prometheus-client = "0.22.2"
prost-types = "0.12.3"
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4.21"
lru = "0.12.3"
parking_lot = "0.12.1"
pin-project-lite = "0.2.13"
prometheus-client = "0.21.2"
prometheus-client = "0.22.2"
prost = "0.12.3"
prost-types = "0.12.3"
rand = "0.8.5"
Expand Down

0 comments on commit 75dfc23

Please sign in to comment.