From ff5f7ae66c25dd31dda02daa413a5ea299d2cd79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Sep 2024 09:30:41 +0000 Subject: [PATCH] fix(deps): update rust crate actix-web-prom to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be9910f..6b767f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" [dependencies] actix-web = "4" -actix-web-prom = "0.8.0" +actix-web-prom = "0.9.0" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } lazy_static = "1.4.0" log = "0.4.17"