Update Rust crate actix-files to 0.6.5
All checks were successful
Merge Build / build (pull_request) Successful in 9m20s
All checks were successful
Merge Build / build (pull_request) Successful in 9m20s
This commit is contained in:
parent
e0dd17df07
commit
c299417a59
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4" }
|
actix-web = { version = "4" }
|
||||||
actix-files = { version ="0.6.2" }
|
actix-files = { version ="0.6.5" }
|
||||||
tera = "1.19.1"
|
tera = "1.19.1"
|
||||||
env_logger = "0.10.1"
|
env_logger = "0.10.1"
|
||||||
|
|
Loading…
Reference in a new issue