Update Rust crate tera to 1.19.1 #3
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4" }
|
actix-web = { version = "4" }
|
||||||
actix-files = { version ="0.6.2" }
|
actix-files = { version ="0.6.2" }
|
||||||
tera = "1.19.0"
|
tera = "1.19.1"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue