aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2021-08-28 21:40:32 +0000
committerAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2021-08-28 21:40:32 +0000
commitf8bf27d5b761c071e158158b3c140d59a75b8eb8 (patch)
treec9da0a390923673ccb007488a35cb5baaa4ffca2 /Cargo.toml
parentAdd CHANGELOG entry for backslash encoding contribution (diff)
downloadminiserve-f8bf27d5b761c071e158158b3c140d59a75b8eb8.tar.gz
miniserve-f8bf27d5b761c071e158158b3c140d59a75b8eb8.zip
migrate to actix-web v4.0-beta
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38f018a..72e82b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]