Skip to content

Commit

Permalink
chore(deps): bump prometheus from 0.11.0 to 0.12.0 (#116)
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)

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] committed Mar 16, 2021
1 parent 029b9b5 commit ec18eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Cargo.toml
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
hyper = { version = "0.14", features = ["stream", "http1", "http2", "server", "runtime"] }
lazy_static = "1.4"
prometheus = "0.11"
prometheus = "0.12"
tracing = "0.1"
tracing-subscriber = { version = "0.2", features = ["parking_lot"] }
tracing-futures = { version = "0.2", features = ["futures-03"] }
Expand Down

0 comments on commit ec18eaf

Please sign in to comment.