Updating dependencies to blake 0.8 and actix 1.0 beta
This diff is collapsed.
... | ... | @@ -7,11 +7,11 @@ edition = "2018" |
[dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_yaml = "0.8" | ||
actix-web = "0.7" | ||
actix-web = { git = "https://github.com/actix/actix-web" } | ||
clap = "2.33" | ||
miscreant = { version = "0.4", features = ["soft-aes"] } | ||
blake2 = "0.7" | ||
blake2 = "0.8" | ||
keybob = "0.3" | ||
base64 = "0.10" | ||
textwrap = "0.11" | ||
\ No newline at end of file |
Please register or sign in to comment