From 24dc6a32c9d50fc21e0afd0e68e6f937aa7ad35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 21:41:31 +0000 Subject: [PATCH] Bump prometheus from 0.12.0 to 0.13.0 Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.12.0 to 0.13.0. - [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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- util/grpc/Cargo.toml | 2 +- util/metrics/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20583683b5..119503817a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5706,9 +5706,9 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" +checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504" dependencies = [ "cfg-if 1.0.0", "fnv", diff --git a/util/grpc/Cargo.toml b/util/grpc/Cargo.toml index 58b61586b1..ba4b42c82a 100644 --- a/util/grpc/Cargo.toml +++ b/util/grpc/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4" hex_fmt = "0.3" hmac = "0.10" lazy_static = "1.4" -prometheus = "0.12" +prometheus = "0.13" protobuf = "2.22.1" rand = "0.8" sha2 = "0.9.5" diff --git a/util/metrics/Cargo.toml b/util/metrics/Cargo.toml index da10eac858..8b05f39759 100644 --- a/util/metrics/Cargo.toml +++ b/util/metrics/Cargo.toml @@ -9,6 +9,6 @@ chrono = "0.4" mc-common = { path = "../../common", features = ["log"] } grpcio = "0.9.0" lazy_static = "1.4" -prometheus = "0.12" +prometheus = "0.13" protobuf = "2.22.1" serde_json = "1.0"