fix(deps): update rust crate actix-web-prom to 0.9.0 #32

Open
renovate-bot wants to merge 1 commit from renovate/actix-web-prom-0.x into master
Showing only changes of commit ff5f7ae66c - Show all commits

View file

@ -12,7 +12,7 @@ build = "build.rs"
[dependencies] [dependencies]
actix-web = "4" 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"] } futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.17" log = "0.4.17"