mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
update deps
This commit is contained in:
@ -5,7 +5,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-web-lab = "0.17"
|
||||
actix-web-lab = "0.18"
|
||||
fluent-templates = { version = "0.8", features = ["handlebars"] }
|
||||
handlebars = { version = "4.3", features = ["dir_source"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
@ -10,5 +10,5 @@ actix-utils = "3"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
minijinja = { version = "0.23", features = ["source"] }
|
||||
minijinja-autoreload = "0.23"
|
||||
minijinja = { version = "0.24", features = ["source"] }
|
||||
minijinja-autoreload = "0.24"
|
||||
|
@ -5,8 +5,8 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-web-lab = "0.17"
|
||||
actix-web-lab = "0.18"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
sailfish = "0.4"
|
||||
sailfish = "0.5"
|
||||
|
Reference in New Issue
Block a user