Fix pack URL validation, Version file update route, and spaces in file download URLs (#275)

This commit is contained in:
Geometrically
2022-01-09 15:35:01 -07:00
committed by GitHub
parent 016e743653
commit 384e14b32d
5 changed files with 20 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ zip = "0.5.12"
validator = { version = "0.13", features = ["derive"] }
regex = "1.5.4"
url = "2.2.2"
urlencoding = "2.1.0"
gumdrop = "0.8.0"
dotenv = "0.15"