From 5edeac00766b3cfae185859ddc2231bfd9d8ee5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jun 2024 20:32:06 +0000 Subject: [PATCH] fix(deps): update rust crate actix-web-prom to 0.8.0 --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7414f8e..3694550 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,14 +213,17 @@ dependencies = [ [[package]] name = "actix-web-prom" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9df3127d20a5d01c9fc9aceb969a38d31a6767e1b48a54d55a8f56c769a84923" +checksum = "76743e67d4e7efa9fc2ac7123de0dd7b2ca592668e19334f1d81a3b077afc6ac" dependencies = [ "actix-web", "futures-core", + "log", "pin-project-lite", "prometheus", + "regex", + "strfmt", ] [[package]] @@ -2836,6 +2839,12 @@ dependencies = [ "url", ] +[[package]] +name = "strfmt" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65" + [[package]] name = "stringprep" version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 06bfd34..df2f60b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ path = "./src/complaince/validator.rs" [dependencies] reqwest = { version = "0.11.20", features = ["json", "gzip"] } actix-web = "4" -actix-web-prom = "0.6.0" +actix-web-prom = "0.8.0" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } lazy_static = "1.4.0" log = "0.4.17"