aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-06-24 03:35:46 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-06-24 03:35:46 +0000
commit1fc170ea49643a56fe51d8189c1b1bb266a81235 (patch)
tree1a2cce7733bbea55b0b2d053e03b594834226ea6 /Cargo.toml
parentMerge pull request #138 from gyscos/master (diff)
downloadminiserve-1fc170ea49643a56fe51d8189c1b1bb266a81235.tar.gz
miniserve-1fc170ea49643a56fe51d8189c1b1bb266a81235.zip
Update simplelog to 0.6
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 233fc0c..2bc4670 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ clap = "2.29"
yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
-simplelog = "0.5"
+simplelog = "0.6"
base64 = "0.10"
percent-encoding = "1.0.1"
htmlescape = "0.3.1"