diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..ee0c2f6f7 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" tracing = "0.1" humantime = "2" tracing-subscriber = "0.3" -prometheus-client = "0.22" +prometheus-client = "0.24" reqwest = { version = "0.11", features = ["json"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] }