Skip to content

Commit f8fd671

Browse files
chore(deps): bump prometheus from 0.12.0 to 0.13.0 (#209)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.12.0 to 0.13.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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc00c95 commit f8fd671

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.12"
19+
prometheus = "0.13"
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)