aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-04-29 17:39:50 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-04-29 17:39:50 +0000
commitcede05b0091a72b3bdc1186356c62bc5044911ac (patch)
tree4c9752a67d4d95b307d9d548c6155495871f7184 /Cargo.toml
parentSome progress (diff)
downloadminiserve-cede05b0091a72b3bdc1186356c62bc5044911ac.tar.gz
miniserve-cede05b0091a72b3bdc1186356c62bc5044911ac.zip
Some more progress
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0851f9d..ef325df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,5 @@ maintenance = { status = "actively-developed" }
[dependencies]
clap = "2.29"
actix = "0.5"
-actix-web = { git = "https://github.com/svenstaro/actix-web.git" }
+actix-web = { git = "https://github.com/actix/actix-web.git" }
simplelog = "0.5"