⬆️ Actualiza dependiencias

This commit is contained in:
Manuel Cillero 2023-03-24 00:01:19 +01:00
parent 27e79ee3cc
commit 794d48b5ea
2 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,7 @@ repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
actix-web = "4.2.1" actix-web = "4.3.1"
pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false } pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false }
# Modules. # Modules.
pagetop-homedemo = { path = "../pagetop-homedemo", version = "0.0" } pagetop-homedemo = { path = "../pagetop-homedemo", version = "0.0" }

View file

@ -22,31 +22,31 @@ categories = [
] ]
[dependencies] [dependencies]
async-trait = "0.1.64" async-trait = "0.1.67"
concat-string = "1.0.1" concat-string = "1.0.1"
doc-comment = "0.3.3" doc-comment = "0.3.3"
figlet-rs = "0.1.4" figlet-rs = "0.1.5"
futures = "0.3.26" futures = "0.3.27"
nom = "7.1.3" nom = "7.1.3"
once_cell = "1.17.0" once_cell = "1.17.1"
paste = "1.0.11" paste = "1.0.12"
substring = "1.4.5" substring = "1.4.5"
term_size = "0.3.2" term_size = "0.3.2"
toml = "0.7.1" toml = "0.7.3"
url = "2.3.1" url = "2.3.1"
tracing = "0.1.37" tracing = "0.1.37"
tracing-appender = "0.2.2" tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
tracing-unwrap = { version = "0.10.0", default-features = false } tracing-unwrap = { version = "0.10.0", default-features = false }
tracing-actix-web = "0.7.2" tracing-actix-web = "0.7.3"
fluent-templates = "0.8.0" fluent-templates = "0.8.0"
unic-langid = "0.9.1" unic-langid = "0.9.1"
actix-web = "4.2.1" actix-web = "4.3.1"
actix-web-files = { package = "actix-files", version = "0.6.2" } actix-web-files = { package = "actix-files", version = "0.6.2" }
actix-web-static-files = "4.0.0" actix-web-static-files = "4.0.1"
static-files = "0.2.3" static-files = "0.2.3"
pagetop-macros = { path = "../pagetop-macros", version = "0.0" } pagetop-macros = { path = "../pagetop-macros", version = "0.0" }
@ -75,7 +75,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
pagetop-build = { path = "../pagetop-build", version = "0.0" } pagetop-build = { path = "../pagetop-build", version = "0.0" }
[dev-dependencies] [dev-dependencies]
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
[lib] [lib]
name = "pagetop" name = "pagetop"