Properly escape URL parameters

This commit is contained in:
2022-05-27 23:37:54 +02:00
parent 32eb4676ee
commit bc3d4e1c49
5 changed files with 23 additions and 4 deletions

10
Cargo.lock generated
View File

@@ -347,6 +347,7 @@ dependencies = [
"shellexpand",
"tempdir",
"toml",
"url-escape",
]
[[package]]
@@ -1189,6 +1190,15 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "url-escape"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
dependencies = [
"percent-encoding",
]
[[package]]
name = "vcpkg"
version = "0.2.15"