aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-08-24 21:33:46 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-08-24 23:15:27 +0000
commite0fe92687032385c08bd0e4109d3af002a211d1f (patch)
tree433bad0a0b3dc8e2afb6975c9bd2c996b37f7161 /Cargo.toml
parentGive up and just duplicate stuff (diff)
downloadminiserve-e0fe92687032385c08bd0e4109d3af002a211d1f.tar.gz
miniserve-e0fe92687032385c08bd0e4109d3af002a211d1f.zip
Fix double-escaping (fixes #354)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d6fd15..4a06d65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@ actix-web = "2.0"
simplelog = "0.8"
percent-encoding = "2.1"
port_check = "0.1"
-htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.3"
alphanumeric-sort = "1.4.0"