From 7ae9595b61c38c6e7afd688f26b4883b9e953f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:43:53 +0000 Subject: [PATCH] fix(deps): update rust crate prometheus to 0.13.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..edc51a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "echo" axum = { version = "0.6.20", features = ["json", "macros"] } clap = { version = "4", features = ["derive", "env"] } once_cell = "1.18" -prometheus = "0.13" +prometheus = "0.13.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.32", features = ["full"] }