You've already forked AstralRinth
forked from didirus/AstralRinth
Fix pack URL validation, Version file update route, and spaces in file download URLs (#275)
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user