From a82439f036c8447a07364f5201e3c594abe7d3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:16:12 +0800 Subject: [PATCH] build(deps): bump prometheus-client from 0.21.2 to 0.22.0 (#3694) Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.21.2 to 0.22.0. - [Release notes](https://github.com/prometheus/client_rust/releases) - [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_rust/compare/v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7dba386d7a6..f710aa9bbf16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5651,9 +5651,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.21.2" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" +checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c" dependencies = [ "dtoa", "itoa", diff --git a/core/Cargo.toml b/core/Cargo.toml index a293781e3c68..5c71da150c11 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -269,7 +269,7 @@ percent-encoding = "2" persy = { version = "1.4.4", optional = true } pin-project = "1" prometheus = { version = "0.13", features = ["process"], optional = true } -prometheus-client = { version = "0.21.2", optional = true } +prometheus-client = { version = "0.22.0", optional = true } prost = { version = "0.11", optional = true } quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] } r2d2 = { version = "0.8", optional = true }