From 49f542b0098e9e0b8bffe36f1c5c25c55fd25e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 14 Aug 2023 20:37:00 +0000 Subject: [PATCH] chore: Cargo update --- .gitignore | 4 ++-- Cargo.toml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 88731af..06a6ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -sitehome -config +/sitehome +/config target Cargo.lock .DS_Store diff --git a/Cargo.toml b/Cargo.toml index 3efeb14..914b367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "docserver" version = "0.1.0" edition = "2021" +authors = ["Jesus Perez "] #publish = false publish = true @@ -15,8 +16,9 @@ default = "inrepo" [dependencies] log = { version = "0.4.19", features = ["max_level_trace","release_max_level_trace"], package = "log" } axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main" } +#axum = { version = "0.6.20" } # use wrks axum_6 axum-server = { version = "0.5.1", features = ["tls-rustls"] } -tokio = { version = "1.29.1", features = ["full"] } +tokio = { version = "1.30.0", features = ["full"] } tower = { version = "0.4.13", features = ["util", "filter"] } tower-http = { version = "0.4.1", features = ["fs", "cors", "trace", "add-extension", "auth", "compression-full"] } tower-cookies = "0.9" @@ -63,6 +65,7 @@ base32 = "0.4.0" zxcvbn = "2.2.2" futures= "0.3.28" +# async-sqlx-session 0.4.0 still running in 0.6.2 sqlx = { version = "0.6.3", features = ["all-types", "all-databases","runtime-tokio-native-tls"] } #sqlx = { version = "0.7.1", features = ["all-databases","runtime-tokio-native-tls"] }