⬆️ Actualiza versiones de las dependencias
This commit is contained in:
parent
6714473984
commit
3f2f53a8f4
10 changed files with 51 additions and 40 deletions
|
|
@ -25,13 +25,13 @@ categories = [
|
|||
async-trait = "0.1.57"
|
||||
concat-string = "1.0.1"
|
||||
doc-comment = "0.3.3"
|
||||
figlet-rs = "0.1.3"
|
||||
futures = "0.3.21"
|
||||
once_cell = "1.13.0"
|
||||
paste = "1.0.8"
|
||||
figlet-rs = "0.1.4"
|
||||
futures = "0.3.24"
|
||||
once_cell = "1.15.0"
|
||||
paste = "1.0.9"
|
||||
substring = "1.4.5"
|
||||
term_size = "0.3.2"
|
||||
url = "2.2.2"
|
||||
url = "2.3.1"
|
||||
|
||||
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
||||
|
||||
|
|
@ -39,27 +39,27 @@ tracing = "0.1.36"
|
|||
tracing-appender = "0.2.2"
|
||||
tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] }
|
||||
tracing-unwrap = { version = "0.9.2", default-features = false }
|
||||
tracing-actix-web = "0.6.0"
|
||||
tracing-actix-web = "0.6.1"
|
||||
|
||||
fluent-templates = "0.7.1"
|
||||
fluent-templates = "0.8.0"
|
||||
unic-langid = "0.9.0"
|
||||
|
||||
actix-web = "4.1.0"
|
||||
actix-web = "4.2.1"
|
||||
actix-web-files = { package = "actix-files", version = "0.6.2" }
|
||||
actix-web-static-files = "4.0.0"
|
||||
static-files = "0.2.3"
|
||||
|
||||
maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6", features = ["actix-web"] }
|
||||
maud = { version = "0.24.0", features = ["actix-web"] }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.9.1"
|
||||
version = "0.9.3"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
[dependencies.sea-schema]
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
|
@ -73,7 +73,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
|||
static-files = "0.2.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
[lib]
|
||||
name = "pagetop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue