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

1
Cargo.lock generated
View file

@ -11,6 +11,7 @@ dependencies = [
"log",
"mime_guess",
"once_cell",
"percent-encoding",
"rustls",
"url",
]