diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "=4.0.0-rc.3" -actix-files = "=0.6.0-beta.16" -actix-multipart = "=0.4.0-beta.13" -actix-web-httpauth = "=0.6.0-beta.8" +actix-web = "4" +actix-files = "0.6" +actix-multipart = "0.4" +actix-web-httpauth = "0.6" maud = "0.23" yansi = "0.5" simplelog = "0.11" |