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"