From d495ea4a8e93f49c69660cecdcf8b5aa8d64f988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Tue, 19 Sep 2023 02:24:43 +0100 Subject: [PATCH] chore: add openidconnect, jsonwebtoken, etc --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db0c73e..38b6a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docserver" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Jesus Perez "] #publish = false @@ -53,7 +53,8 @@ async-sqlx-session = { version = "0.4.0", features = ["sqlite"] } forwarded-header-value = "0.1.1" lettre = { version = "0.10.4", features = ["smtp-transport", "tokio1", "tokio1-native-tls", "builder"] } -chrono = "0.4.26" +chrono = { version = "0.4.*" } +encoding = "0.*" uuid = { version = "1.4.1", features = ["v4", "serde"] } rand = "0.8.5" walkdir = "2.3.3"