diff options
author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-10-08 18:24:02 +0000 |
---|---|---|
committer | jikstra <jikstra@disroot.org> | 2021-12-28 02:01:36 +0000 |
commit | e15a870713ff825dc010126d54bff2969446e02f (patch) | |
tree | ee8e7a1dacf536b3286f2208a107dd82f2c6862f /Cargo.toml | |
parent | Merge pull request #674 from svenstaro/dependabot/cargo/clap_generate-3.0.0-rc.8 (diff) | |
download | miniserve-e15a870713ff825dc010126d54bff2969446e02f.tar.gz miniserve-e15a870713ff825dc010126d54bff2969446e02f.zip |
Bump actix-web to v4.0-beta.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,9 +17,9 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "4.0.0-beta.8" -actix-files = "0.6.0-beta.6" -actix-multipart = "0.4.0-beta.5" +actix-web = "4.0.0-beta.9" +actix-files = "0.6.0-beta.7" +actix-multipart = "0.4.0-beta.6" actix-web-httpauth = "0.6.0-beta.2" maud = "0.23" yansi = "0.5" |