Skip to content

Commit c85fe5f

Browse files
Update prometheus requirement in the rust-dependencies group
Updates the requirements on [prometheus](https://github.com/tikv/rust-prometheus) to permit the latest version. Updates `prometheus` to 0.14.0 - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.3...v0.14.0) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a6bf09 commit c85fe5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/grafana-plugin-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bytes = "1.4.0"
4545
futures = "0.3.28"
4646
paste = "1.0.12"
4747
pretty_assertions = "1.3.0"
48-
prometheus = { version = "0.13.3", default-features = false }
48+
prometheus = { version = "0.14.0", default-features = false }
4949
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
5050
tokio-stream = "0.1.14"
5151

0 commit comments

Comments
 (0)