From bcee741e2e59fff4bbe7c5da80caac2a32bef025 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 10 Oct 2021 13:22:11 -0700 Subject: [PATCH] * Upgrading to rocket-v0.0.5-rc.1 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab4ec70..86344bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,12 +26,13 @@ base64 = "0.13.0" clap = "2.33.3" # For the backend server we just use rocket -rocket = "0.4" +rocket = "0.5.0-rc.1" +tokio = "1.0" [dependencies.rocket_contrib] version = "0.4.10" default-features = false -features = ["serve", "json", "templates"] +features = ["serve", "json"] [dependencies.rocket_dyn_templates] version = "0.1.0-rc.1"