⬆️ Upgrade dependencies

This commit is contained in:
Manuel Cillero 2024-07-27 23:20:20 +02:00
parent 25adf32d9f
commit bb109de59d

View file

@ -20,7 +20,7 @@ keywords = [
exclude = [
"examples/", "helpers/", "tests/"
]
rust-version = "1.70.0"
rust-version = "1.80.0"
[workspace]
members = ["helpers/*"]
@ -36,7 +36,7 @@ postgres = ["database", "sea-orm/sqlx-postgres"]
sqlite = ["database", "sea-orm/sqlx-sqlite"]
[dependencies]
async-trait = "0.1.80"
async-trait = "0.1.81"
chrono = "0.4.38"
concat-string = "1.0.1"
figlet-rs = "0.1.5"
@ -45,23 +45,24 @@ nom = "7.1.3"
paste = "1.0.15"
substring = "1.4.5"
term_size = "0.3.2"
toml = "0.8.12"
url = "2.5.0"
time = "0.3.36"
toml = "0.8.16"
url = "2.5.2"
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-actix-web = "0.7.10"
tracing-actix-web = "0.7.11"
fluent-templates = "0.9.4"
unic-langid = { version = "0.9.4", features = ["macros"] }
unic-langid = { version = "0.9.5", features = ["macros"] }
actix-web = "4"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-web-files = { package = "actix-files", version = "0.6.5" }
actix-web-files = { package = "actix-files", version = "0.6.6" }
actix-web-static-files = "4.0.1"
static-files = "0.2.3"
static-files = "0.2.4"
pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }