diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,7 +18,7 @@ panic = 'abort' [dependencies] yansi = "0.5" -actix-web = "2.0" +actix-web = "3.0" simplelog = "0.8" percent-encoding = "2.1" port_check = "0.1" @@ -41,10 +41,10 @@ sha2 = "0.9" hex = "0.4.2" zip = "0.5.5" qrcodegen = "1.6.0" -actix-files = "0.2.2" -actix-multipart = "0.2.0" +actix-files = "0.3.0" +actix-multipart = "0.3.0" actix-rt = "1.1.1" -actix-web-httpauth = "0.4.2" +actix-web-httpauth = "0.5.0" [dev-dependencies] assert_cmd = "1.0" |