From d808c5597d28f5e7ea1b2f5270daf975b3d43527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 19:31:31 +0000 Subject: [PATCH] Bump prometheus-parse from 0.2.2 to 0.2.4 Bumps [prometheus-parse](https://github.com/ccakes/prometheus-parse-rs) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/ccakes/prometheus-parse-rs/releases) - [Changelog](https://github.com/ccakes/prometheus-parse-rs/blob/master/CHANGES) - [Commits](https://github.com/ccakes/prometheus-parse-rs/compare/v0.2.2...v0.2.4) --- updated-dependencies: - dependency-name: prometheus-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- node/metrics/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cad29e3b3f94..0e6c1e95c1ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8105,12 +8105,13 @@ dependencies = [ [[package]] name = "prometheus-parse" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c996f3caea1c51aa034c0d2dfd8447a12c555f4567b02677ef8a865ac4cce712" +checksum = "0c2aa5feb83bf4b2c8919eaf563f51dbab41183de73ba2353c0e03cd7b6bd892" dependencies = [ "chrono", - "lazy_static", + "itertools", + "once_cell", "regex", ] @@ -12335,7 +12336,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.3", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 815df94a8488..ba193113181d 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -34,7 +34,7 @@ substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-parse = {version = "0.2.2"} +prometheus-parse = {version = "0.2.4"} [features] default = []