update prometheus version

This commit is contained in:
Alexander Weiss 2025-04-18 08:26:02 +02:00
parent a1ddf1f016
commit 5f63223297
2 changed files with 1787 additions and 1773 deletions

3558
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -120,7 +120,7 @@ humantime = "2"
indicatif = "0.17"
itertools = "0.13"
open = "5.3.1"
prometheus = { version = "0.13.4", optional = true }
prometheus = { version = "0.14.0", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls-native-roots", "blocking"] }
self_update = { version = "=0.39.0", default-features = false, optional = true, features = ["rustls", "archive-tar", "compression-flate2"] } # FIXME: Downgraded to 0.39.0 due to https://github.com/jaemk/self_update/issues/136
tar = "0.4.43"