chore: update deps and load tera

This commit is contained in:
Aravinth Manivannan 2023-01-24 19:22:39 +05:30
parent 29a5e065aa
commit fdc10ff28d
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 1018 additions and 773 deletions

1776
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,14 +23,14 @@ path = "./src/tests-migrate.rs"
[dependencies]
actix-web = "4.0.1"
actix-identity = "0.4.0-beta.2"
actix-identity = "0.4.0"
actix-session = { version = "0.6.1", features = ["cookie-session"]}
actix-http = "3.0.4"
actix-rt = "2"
actix-cors = "0.6.0-beta.2"
actix-cors = "0.6.1"
actix-service = "2.0.0"
#actix = "0.12"
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "https://github.com/realaravinth/actix-web-codegen-const-routes" }
#libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] }
@ -53,19 +53,20 @@ pretty_env_logger = "0.4"
log = "0.4"
lazy_static = "1.4"
url = "2.2"
url = { version = "2.2", features = ["serde"] }
urlencoding = "2.1.0"
rand = "0.8"
uuid = { version="0.8.2", features = ["v4"]}
uuid = { version = "0.8.2", features = ["v4", "serde"] }
mime_guess = "2.0.3"
rust-embed = "6.0.0"
cache-buster = { git = "https://github.com/realaravinth/cache-buster" }
mime = "0.3.16"
sailfish = "0.3.2"
#sailfish = "0.3.2"
tracing = { version = "0.1.37", features = ["log"] }
tera = "1.17.1"
#tokio = "1.11.0"