v1.0.0-rc.5 fixed undecode url and try to statically link msvc runtime

This commit is contained in:
2021-09-03 18:41:58 +08:00
parent 757a2943f4
commit 62fd879e53
5 changed files with 31 additions and 10 deletions

7
Cargo.lock generated
View File

@ -1904,6 +1904,7 @@ dependencies = [
"sha2",
"tera",
"toml",
"urlencoding",
]
[[package]]
@ -2381,6 +2382,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "v_escape"
version = "0.15.0"