diff --git a/Cargo.lock b/Cargo.lock index 2eac128..4b1182c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,9 +1252,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cca3d75b4566b9a29fe1ed623587fb058e826eb329a0be4b7c4da1ebb2d7a6ca" +checksum = "ba70bf887030e45213b4a95c9b08d5a450b157f87c1d63661ed0847a12fa2aad" dependencies = [ "dtoa", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 9db8697..fe42c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cron = "0.15.0" figment = { version = "0.10.19", features = ["env", "toml"] } humantime = "2.3.0" humantime-serde = "1.1.1" -prometheus-client = "0.24.0" +prometheus-client = "0.25.0" reqwest = { version = "0.12.24", default-features = false, features = [ "gzip", "json",