From f5dc09adeabb62a9fdd7fe8c0eeed6edf0303b38 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 22 Nov 2023 14:05:05 +0100 Subject: [PATCH] push --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d28bbc4..c7c4e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ rowing-tera = ["rocket_dyn_templates", "tera"] rest = [] [dependencies] -rocket = { version = "0.5.0-rc.4", features = ["secrets"]} -rocket_dyn_templates = {version = "0.1.0-rc.4", features = [ "tera" ], optional = true } +rocket = { version = "0.5.0", features = ["secrets"]} +rocket_dyn_templates = {version = "0.1.0", features = [ "tera" ], optional = true } log = "0.4" env_logger = "0.10" sqlx = { version = "0.6", features = ["sqlite", "runtime-tokio-rustls", "macros", "chrono", "time"] }