From a362b862e70d7883158efa739c13547afde9bbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:21:37 +0400 Subject: [PATCH] chore(deps): bump prometheus from 0.13.3 to 0.13.4 (#4559) Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.3 to 0.13.4. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a0df0d53d2..fa888a5f6e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4566,9 +4566,9 @@ checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 8abdaad1bb9..a09b0900693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ hex = { version = "0.4.3", default-features = false } nonzero_ext = { version = "0.3.0", default-features = false } url = "2.5.0" -prometheus = { version = "0.13.3", default-features = false } +prometheus = { version = "0.13.4", default-features = false } clap = "4.5.4" owo-colors = "3.5.0"