Encode spaces in filenames

This commit is contained in:
Matt Brubeck 2020-12-30 21:16:12 -08:00
parent 9683146851
commit 70b28a65e1
3 changed files with 13 additions and 2 deletions

View file

@ -18,6 +18,7 @@ getopts = "0.2.21"
log = "0.4"
mime_guess = "2.0"
once_cell = "1.4"
percent-encoding = "2.1"
rustls = "0.19.0"
url = "2.1"