Skip to content

Commit c8591cd

Browse files
Bump prometheus from 0.13.4 to 0.14.0
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.4 to 0.14.0. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.4...v0.14.0) --- updated-dependencies: - dependency-name: prometheus dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a080c9 commit c8591cd

File tree

3 files changed

+69
-34
lines changed

3 files changed

+69
-34
lines changed

Cargo.lock

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

crates/key-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ axum = { version = "0.8", features = ["macros"] }
2929
tower-http = { version = "0.6.6", features = ["cors", "limit"] }
3030
crypto = { path = "../crypto" }
3131
tap = "1.0.1"
32-
prometheus = "0.13.3"
32+
prometheus = "0.14.0"
3333
anyhow = "1.0.79"
3434
once_cell = "1.20.2"
3535
chrono = "0.4.39"

crates/seal-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git-version = "0.3.9"
2121
headers = "0.4"
2222
itertools.workspace = true
2323
once_cell = "1.21.3"
24-
prometheus = "0.13.4"
24+
prometheus = "0.14.0"
2525
prost = "0.12"
2626
prost-types = { workspace = true }
2727
protobuf = {version = "2.28", features = ["with-bytes"]}

0 commit comments

Comments
 (0)