Skip to content

Commit 8dd5118

Browse files
Bump prometheus-client from 0.23.1 to 0.24.0 (#3405)
Bumps [prometheus-client](https://github.com/prometheus/client_rust) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/prometheus/client_rust/releases) - [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md) - [Commits](prometheus/client_rust@v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb5772e commit 8dd5118

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libafl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ratatui = { version = "0.29.0", default-features = false, features = [
259259
crossterm = { version = "0.29.0", optional = true }
260260

261261
cadence = { version = "1.5.0", optional = true } # For the statsd monitor
262-
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor
262+
prometheus-client = { version = "0.24.0", optional = true } # For the prometheus monitor
263263
tide = { version = "0.16.0", optional = true }
264264
async-std = { version = "1.13.0", features = ["attributes"], optional = true }
265265
futures = { version = "0.3.30", optional = true }

0 commit comments

Comments
 (0)