diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 17:33:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 17:33:44 +0000 |
commit | 5fb1e3adaf7c3712e15615458eec89277f98951e (patch) | |
tree | 7b73615055631658a94a57c20b09431f5c1de8bc /Cargo.toml | |
parent | Merge pull request #331 from svenstaro/dependabot/cargo/select-0.5.0 (diff) | |
parent | Remove unrelevant comments (diff) | |
download | miniserve-5fb1e3adaf7c3712e15615458eec89277f98951e.tar.gz miniserve-5fb1e3adaf7c3712e15615458eec89277f98951e.zip |
Merge pull request #343 from equal-l2/actix-2
Update to actix 2 and futures 0.3
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -22,10 +22,8 @@ panic = 'abort' [dependencies] yansi = "0.5" -actix = "0.7" -actix-web = "0.7" +actix-web = "2.0" simplelog = "0.8" -base64 = "0.12" percent-encoding = "2.1" port_check = "0.1" htmlescape = "0.3.1" @@ -38,8 +36,7 @@ chrono-humanize = "0.0.11" maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.110", features = ["derive"] } tar = "0.4.27" -bytes = "0.4.12" -futures = "0.1.29" +futures = "0.3.5" libflate = "1.0.2" failure = "0.1.8" log = "0.4.11" @@ -49,6 +46,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-rt = "1.1.1" +actix-web-httpauth = "0.4.2" [dev-dependencies] assert_cmd = "1.0" |