Skip to content

Commit 6bb0867

Browse files
build(deps): 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] <[email protected]>
1 parent 7f73613 commit 6bb0867

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Cargo.lock

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

client/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hex = { workspace = true }
1919
jsonrpsee = { workspace = true, features = ["server", "macros"] }
2020
libsecp256k1 = { workspace = true }
2121
log = { workspace = true }
22-
prometheus = { version = "0.13.4", default-features = false }
22+
prometheus = { version = "0.14.0", default-features = false }
2323
rand = "0.9"
2424
rlp = { workspace = true }
2525
scale-codec = { workspace = true }

0 commit comments

Comments
 (0)