From 46007d9a3216704c2dbc260d965ec869cd77e45e Mon Sep 17 00:00:00 2001 From: kirbylife Date: Tue, 20 Dec 2022 23:23:07 -0600 Subject: [PATCH] first attempt: update lightly the rocket version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d14a219..8f4e7c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["kirbylife "] edition = "2018" [dependencies] -rocket = "0.4.2" +rocket = "0.4.11" diesel = { version = "1.0.0", features = ["postgres", "chrono"] } dotenv = "0.9.0" rand = "0.6.0"