From 2ff17f8d5b41bdb81162565a1ee6948042f7b77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:20:34 +0000 Subject: [PATCH] Bump prometheus-parse from 0.2.2 to 0.2.3 Bumps [prometheus-parse](https://github.com/ccakes/prometheus-parse-rs) from 0.2.2 to 0.2.3. - [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.3) --- updated-dependencies: - dependency-name: prometheus-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- node/metrics/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cad29e3b3f94..70ecc1fb3d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8105,11 +8105,12 @@ dependencies = [ [[package]] name = "prometheus-parse" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c996f3caea1c51aa034c0d2dfd8447a12c555f4567b02677ef8a865ac4cce712" +checksum = "ef7a8ed15bcffc55fe0328931ef20d393bb89ad704756a37bd20cffb4804f306" dependencies = [ "chrono", + "itertools", "lazy_static", "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..013edf0d9824 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.3"} [features] default = []