From 0b1808a5fc8edb231a673a9436ff896560833fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:25:27 +0000 Subject: [PATCH] build(deps): bump prometheus from 0.11.0 to 0.12.0 Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.11.0 to 0.12.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.11.0...v0.12.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84d98d68..6c7d7e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1371,15 +1371,15 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d" +checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" dependencies = [ "cfg-if 1.0.0", "fnv", "lazy_static", + "memchr", "parking_lot", - "regex", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 2d43f2e0..7e7f81e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4" maplit = "1.0" num-traits = "0.2" ordered-float = { version = "2.1", features = ["serde"] } -prometheus = { version = "0.11", default-features = false } +prometheus = { version = "0.12", default-features = false } rand = "0.8" regex = "1.4" reqwest = { version = "0.10", features = ["json"] }