Skip to content

Commit f0cb1f2

Browse files
Bump prometheus from 0.13.0 to 0.13.1 (#698)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/tikv/rust-prometheus/releases) - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f2b50 commit f0cb1f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jsonrpc-pubsub = "18.0"
1919
libsecp256k1 = "0.7"
2020
log = "0.4.17"
2121
lru = "0.7.5"
22-
prometheus = { version = "0.13.0", default-features = false }
22+
prometheus = { version = "0.13.1", default-features = false }
2323
rand = "0.8"
2424
rlp = "0.5"
2525
tokio = { version = "1.18", features = ["sync"] }

0 commit comments

Comments
 (0)