diff --git a/validator-api/Cargo.toml b/validator-api/Cargo.toml index 52bdfcdce8..f4971df411 100644 --- a/validator-api/Cargo.toml +++ b/validator-api/Cargo.toml @@ -24,18 +24,18 @@ humantime-serde = "1.0" log = "0.4" pin-project = "1.0" pretty_env_logger = "0.4" -rand-07 = { package = "rand", version = "0.7" } # required for compatibility rand = "0.8" +rand-07 = { package = "rand", version = "0.7" } # required for compatibility reqwest = { version = "0.11", features = ["json"] } rocket = { version = "0.5.0-rc.1", features = ["json"] } +rocket_cors = { git="https://github.com/lawliet89/rocket_cors", rev="dfd3662c49e2f6fc37df35091cb94d82f7fb5915" } serde = "1.0" serde_json = "1.0" -tokio = { version = "1.4", features = ["rt-multi-thread", "macros", "signal", "time"] } -tokio-stream = "0.1.8" -rocket_cors = { git="https://github.com/lawliet89/rocket_cors", rev="dfd3662c49e2f6fc37df35091cb94d82f7fb5915" } -url = "2.2" thiserror = "1" time = { version = "0.3", features = ["serde-human-readable", "parsing"]} +tokio = { version = "1.4", features = ["rt-multi-thread", "macros", "signal", "time"] } +tokio-stream = "0.1.8" +url = "2.2" anyhow = "1" getset = "0.1.1"