Updating actix to 1.0 and adjusting handler code
... | ... | @@ -7,7 +7,7 @@ edition = "2018" |
[dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_yaml = "0.8" | ||
actix-web = { git = "https://github.com/actix/actix-web" } | ||
actix-web = "1.0.0-beta.1" | ||
clap = "2.33" | ||
miscreant = { version = "0.4", features = ["soft-aes"] } | ||
... | ... |
Please register or sign in to comment