diff --git a/Cargo.toml b/Cargo.toml index b3212bf..85aa5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ utoipa-swagger-ui = { version = "9", features = ["axum"] } reqwest = { version = "0.12", features = ["blocking", "json"] } lazy_static = "1.4" regex = "1.10" -prometheus = "0.13" +prometheus = "0.14" [dev-dependencies] tempfile = "3.8"