diff --git a/Cargo.lock b/Cargo.lock index ad0f7cb80..46925a04d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4443,7 +4443,7 @@ dependencies = [ "itertools 0.14.0", "pin-project 1.1.11", "profiler", - "prometheus 0.13.4", + "prometheus 0.14.0", "prost 0.14.3", "reqwest 0.12.24", "rstest", @@ -4498,7 +4498,7 @@ dependencies = [ "itertools 0.14.0", "jsonrpsee 0.24.10", "profiler", - "prometheus 0.13.4", + "prometheus 0.14.0", "ractor", "rand 0.9.4", "reqwest 0.12.24", diff --git a/Cargo.toml b/Cargo.toml index 696a31741..6e77a8f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ hex-literal = "0.4.1" insta = "1.42.2" itertools = "0.14.0" jsonrpsee = { version = "0.24.0", features = ["http-client", "tracing"] } -prometheus = "0.13.3" +prometheus = "0.14.0" prost = "0.14.1" prost-types = "0.14.1" ractor = { version = "0.15.7", features = [