Skip to content

Commit ec18eaf

Browse files
chore(deps): bump prometheus from 0.11.0 to 0.12.0 (#116)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 029b9b5 commit ec18eaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
[dependencies]
1717
hyper = { version = "0.14", features = ["stream", "http1", "http2", "server", "runtime"] }
1818
lazy_static = "1.4"
19-
prometheus = "0.11"
19+
prometheus = "0.12"
2020
tracing = "0.1"
2121
tracing-subscriber = { version = "0.2", features = ["parking_lot"] }
2222
tracing-futures = { version = "0.2", features = ["futures-03"] }

0 commit comments

Comments
 (0)