diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-11 23:57:53 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-11 23:57:53 +0000 |
commit | 54dde66a43fec87e8ee4da51beaaa62aabb53fb3 (patch) | |
tree | 14017b003041e2faf16e8bd406e1e32046bb07aa /Cargo.toml | |
parent | Merge pull request #370 from komi1230/master (diff) | |
download | miniserve-54dde66a43fec87e8ee4da51beaaa62aabb53fb3.tar.gz miniserve-54dde66a43fec87e8ee4da51beaaa62aabb53fb3.zip |
Upgrade to actix-web 3.0.0
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" |