Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
build(deps): Bump prometheus-client from 0.21.2 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 4d5fb6d commit 9c17f3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 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 @@ -14,7 +14,7 @@ env_logger = "0.10.0"
futures = "0.3.28"
libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", branch = "master", version = "0.52", default-features = false, features = ["dns", "async-std", "noise", "tcp", "yamux", "identify", "kad", "ping", "metrics", "rsa", "macros", "quic"] }
log = "0.4.20"
prometheus-client = "0.21.2"
prometheus-client = "0.22.0"
parking_lot = "0.12"
regex = "1"
void = "1.0.2"
Expand Down

0 comments on commit 9c17f3a

Please sign in to comment.