Skip to content

Commit 358aa84

Browse files
Update prometheus requirement from 0.13 to 0.14
Updates the requirements on [prometheus](https://github.com/tikv/rust-prometheus) to permit the latest version. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3384c48 commit 358aa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["rocket", "prometheus", "instrumentation", "monitoring"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
prometheus = { version = "0.13", default-features = false }
15+
prometheus = { version = "0.14", default-features = false }
1616
rocket = "0.5.0"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)