From fbd76721a176d8b5ac1a919d938a4b7eddd2cfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:42:46 +0100 Subject: [PATCH] Update prometheus-client requirement from 0.22.3 to 0.23.0 (#2819) Updates the requirements on [prometheus-client](https://github.com/prometheus/client_rust) to permit the latest version. - [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.22.3...v0.23.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index a990e9f0c7..cc929939a1 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -250,7 +250,7 @@ ratatui = { version = "0.29.0", default-features = false, features = [ ], optional = true } # Commandline rendering, for TUI Monitor crossterm = { version = "0.28.1", optional = true } -prometheus-client = { version = "0.22.3", optional = true } # For the prometheus monitor +prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor tide = { version = "0.16.0", optional = true } async-std = { version = "1.13.0", features = ["attributes"], optional = true } futures = { version = "0.3.30", optional = true }