diff options
author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-08-28 21:40:32 +0000 |
---|---|---|
committer | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-08-28 21:40:32 +0000 |
commit | f8bf27d5b761c071e158158b3c140d59a75b8eb8 (patch) | |
tree | c9da0a390923673ccb007488a35cb5baaa4ffca2 /Cargo.toml | |
parent | Add CHANGELOG entry for backslash encoding contribution (diff) | |
download | miniserve-f8bf27d5b761c071e158158b3c140d59a75b8eb8.tar.gz miniserve-f8bf27d5b761c071e158158b3c140d59a75b8eb8.zip |
migrate to actix-web v4.0-beta
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -18,11 +18,11 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "3" -actix-files = "0.5" -actix-multipart = "0.3" -actix-web-httpauth = "0.5" -maud = { version = "0.22", features = ["actix-web"] } +actix-web = "4.0.0-beta.8" +actix-files = "0.6.0-beta.6" +actix-multipart = "0.4.0-beta.5" +actix-web-httpauth = "0.6.0-beta.2" +maud = "0.22" yansi = "0.5" simplelog = "0.10" percent-encoding = "2" @@ -51,7 +51,7 @@ httparse = "1" http = "0.2" bytes = "1" atty = "0.2" -rustls = { version = "0.18", optional = true } +rustls = { version = "0.19", optional = true } [features] default = ["tls"] |