From 46a4dd3ab12eb87a068ab09fd99571506f80627c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:54:08 -0400 Subject: [PATCH] Update Rust crate prometheus to v0.13.4 (#15941) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prometheus](https://togithub.com/tikv/rust-prometheus) | dependencies | patch | `0.13.3` -> `0.13.4` | --- ### Release Notes
tikv/rust-prometheus (prometheus) ### [`v0.13.4`](https://togithub.com/tikv/rust-prometheus/blob/HEAD/CHANGELOG.md#0134) [Compare Source](https://togithub.com/tikv/rust-prometheus/compare/v0.13.3...v0.13.4) - Improvement: Add PullingGauge ([#​405](https://togithub.com/tikv/rust-prometheus/issues/405)) - Improvement: Let cargo know which example requires which features ([#​511](https://togithub.com/tikv/rust-prometheus/issues/511)) - Bug fix: Prevent `clippy::ignored_unit_patterns` in macro expansions ([#​497](https://togithub.com/tikv/rust-prometheus/issues/497)) - Internal change: Add CI job for minimum toolchain (MSRV) ([#​467](https://togithub.com/tikv/rust-prometheus/issues/467)) - Internal change: Update CI to `actions/checkout@v4` ([#​499](https://togithub.com/tikv/rust-prometheus/issues/499)) - Internal change: Update dependencies
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f391b2166d74a825f232297cb28a7a053edcabc..c935d47f58b42f22c93dad55047c70d60b80b4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8197,9 +8197,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",