fix(deps): update rust crate actix-web-prom to 0.8.0
This commit is contained in:
parent
a3e2297e77
commit
5edeac0076
2 changed files with 12 additions and 3 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue