update actix to version 4

This commit is contained in:
2022-03-01 00:53:47 +01:00
parent 1adf87b884
commit 229c8d8368
7 changed files with 337 additions and 918 deletions

View File

@@ -11,9 +11,9 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3"
actix-files = "0.5"
serde = "1"
actix-web = "4"
actix-files = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
lazy_static = "1"
ring = "0.16"