From 9678216a5a8d34da364e14c24bb6fbdc96f12482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:46:25 +0000 Subject: [PATCH] Bump prometheus from 0.13.1 to 0.13.3 Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.1 to 0.13.3. - [Release notes](https://github.com/tikv/rust-prometheus/releases) - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.1...v0.13.3) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/rpc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c249e9a25e..fb752baca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5208,9 +5208,9 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.13.1" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39" +checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" dependencies = [ "cfg-if", "fnv", diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index 69aa9993d0..bf1b68cc86 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3.24" hex = "0.4.3" log = "0.4.17" lru = "0.8.0" -prometheus = { version = "0.13.1", default-features = false } +prometheus = { version = "0.13.3", default-features = false } rand = "0.8" tokio = { version = "1.19", features = ["sync"] }