diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 02:52:22 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 02:52:22 +0000 |
commit | c11ff4e9a72248a8a8131bd7d4cb25bd6ae05841 (patch) | |
tree | dc5cd461516d8ab94e0d1c8fccdb5ab5d4fbc6b4 | |
parent | Merge pull request #495 from svenstaro/dependabot/cargo/pretty_assertions-0.7.2 (diff) | |
download | miniserve-c11ff4e9a72248a8a8131bd7d4cb25bd6ae05841.tar.gz miniserve-c11ff4e9a72248a8a8131bd7d4cb25bd6ae05841.zip |
Group actix deps together
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,8 +17,12 @@ codegen-units = 1 panic = 'abort' [dependencies] -yansi = "0.5" actix-web = "3" +actix-files = "0.5" +actix-multipart = "0.3" +actix-web-httpauth = "0.5" +maud = { version = "0.22", features = ["actix-web"] } +yansi = "0.5" simplelog = "0.10" percent-encoding = "2" port_check = "0.1" @@ -28,7 +32,6 @@ alphanumeric-sort = "1" structopt = "0.3" chrono = "0.4" chrono-humanize = "0.1" -maud = { version = "0.22", features = ["actix-web"] } serde = { version = "1", features = ["derive"] } tar = "0.4" futures = "0.3" @@ -41,9 +44,6 @@ sha2 = "0.9" hex = "0.4" zip = "0.5.11" qrcodegen = "1" -actix-files = "0.5" -actix-multipart = "0.3" -actix-web-httpauth = "0.5" mime = "0.3" httparse = "1" http = "0.2" |