Skip to content

Commit a8a2797

Browse files
deps(rust): update prometheus requirement in /apps/core
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>
1 parent 6378491 commit a8a2797

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

apps/core/Cargo.lock

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

apps/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jsonwebtoken = "9.3"
5757
lz4 = "1.28"
5858
parking_lot = "0.12"
5959
parquet = { version = "53.4", features = ["arrow", "async"] }
60-
prometheus = "0.13"
60+
prometheus = "0.14"
6161
rand = "0.8"
6262
rocksdb = { version = "0.22", optional = true }
6363
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)