Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump prometheus from 0.11.0 to 0.12.0 (#9454)
Browse files Browse the repository at this point in the history
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/tikv/rust-prometheus/releases)
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](tikv/rust-prometheus@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2021
1 parent 5636a44 commit 4b6635c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 client/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
futures = "0.3.9"
lazy_static = "1.4.0"
prometheus = { version = "0.11.0", default-features = false }
prometheus = { version = "0.12.0", default-features = false }
futures-timer = "3.0.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion utils/prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = "0.4.8"
prometheus = { version = "0.11.0", default-features = false }
prometheus = { version = "0.12.0", default-features = false }
futures-util = { version = "0.3.17", default-features = false, features = ["io"] }
derive_more = "0.99"
async-std = { version = "1.10.0", features = ["unstable"] }
Expand Down

0 comments on commit 4b6635c

Please sign in to comment.