aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 02:52:22 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 02:52:22 +0000
commitc11ff4e9a72248a8a8131bd7d4cb25bd6ae05841 (patch)
treedc5cd461516d8ab94e0d1c8fccdb5ab5d4fbc6b4
parentMerge pull request #495 from svenstaro/dependabot/cargo/pretty_assertions-0.7.2 (diff)
downloadminiserve-c11ff4e9a72248a8a8131bd7d4cb25bd6ae05841.tar.gz
miniserve-c11ff4e9a72248a8a8131bd7d4cb25bd6ae05841.zip
Group actix deps together
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a73dc1..cc264ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"