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"