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 = []