From 828f8fd72bba3a8dd6848d3ffef65053169d9de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:23:42 +0000 Subject: [PATCH] chore(deps): bump prometheus from 0.13.3 to 0.13.4 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] --- Cargo.lock | 4 ++-- crates/xline/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f67ed049..b1d043f8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2201,9 +2201,9 @@ dependencies = [ [[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/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 34b08e864..8cdddf51a 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -48,7 +48,7 @@ opentelemetry_sdk = { version = "0.22.1", features = ["metrics", "rt-tokio"] } parking_lot = "0.12.0" pbkdf2 = { version = "0.12.2", features = ["simple"] } priority-queue = "2.0.2" -prometheus = "0.13.3" +prometheus = "0.13.4" prost = "0.12.3" serde = { version = "1.0.137", features = ["derive"] } sha2 = "0.10.6"