|
@@ -25,7 +25,7 @@ path = "src/main_raw.rs"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
actix = "0.10.0"
|
|
actix = "0.10.0"
|
|
-actix-web = { version = "3.0.0", default-features = false }
|
|
|
|
|
|
+actix-web = { version = "3.1.0", default-features = false }
|
|
actix-http = { version = "2.0.0", default-features = false }
|
|
actix-http = { version = "2.0.0", default-features = false }
|
|
actix-rt = "1.1.1"
|
|
actix-rt = "1.1.1"
|
|
actix-codec = "0.3.0"
|
|
actix-codec = "0.3.0"
|
|
@@ -34,7 +34,7 @@ actix-service = "1.0.6"
|
|
snmalloc-rs = "0.2.6"
|
|
snmalloc-rs = "0.2.6"
|
|
askama = "0.8"
|
|
askama = "0.8"
|
|
markup = "0.4.1"
|
|
markup = "0.4.1"
|
|
-yarte = "0.11"
|
|
|
|
|
|
+yarte = "0.12"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde_json = "1.0"
|
|
env_logger = "0.7"
|
|
env_logger = "0.7"
|