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

7
Cargo.lock generated
View File

@@ -1973,6 +1973,7 @@ dependencies = [
"sqlx",
"thiserror",
"url",
"urlencoding",
"validator",
"xml-rs",
"yaserde",
@@ -3941,6 +3942,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "uuid"
version = "0.8.2"