Skip to content

Commit 3840c5d

Browse files
Update prometheus requirement from 0.13 to 0.14 in /reference-apps/rust (#12)
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-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1570def commit 3840c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ mysql_async = "0.36"
1818
mongodb = "3.1"
1919
redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] }
2020
lapin = "3.7"
21-
prometheus = "0.13"
21+
prometheus = "0.14"
2222
lazy_static = "1.4"

0 commit comments

Comments
 (0)