mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
parent
546e3b9452
commit
8eb3984560
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -2505,8 +2505,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rocket_prometheus"
|
name = "rocket_prometheus"
|
||||||
version = "0.9.0"
|
version = "0.10.0-rc.1"
|
||||||
source = "git+https://github.com/sd2k/rocket_prometheus?branch=async#a913a451555ba1344e88c9e730c4164b20032c40"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "738c535f2b35b4040c7cc9dfc6f3f32e4062809ce84387e50fe0b604b4d2d91f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"prometheus",
|
"prometheus",
|
||||||
"rocket",
|
"rocket",
|
||||||
|
|
|
@ -33,7 +33,7 @@ num_cpus = "1.0"
|
||||||
ring = "0.13"
|
ring = "0.13"
|
||||||
base64 = "0.10"
|
base64 = "0.10"
|
||||||
uuid = { version = "0.7", features = [ "v4" ] }
|
uuid = { version = "0.7", features = [ "v4" ] }
|
||||||
rocket_prometheus = { git = "https://github.com/sd2k/rocket_prometheus", branch = "async" }
|
rocket_prometheus = "0.10.0-rc.1"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
gettext-macros = "0.6"
|
gettext-macros = "0.6"
|
||||||
gettext-utils = "0.1"
|
gettext-utils = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue