fix: escape filename (#21)

close #19
This commit is contained in:
sigoden
2022-06-06 06:51:35 +08:00
committed by GitHub
parent a0b413ef30
commit f138915f20
5 changed files with 27 additions and 7 deletions

7
Cargo.lock generated
View File

@@ -309,6 +309,7 @@ dependencies = [
"tokio-rustls",
"tokio-stream",
"tokio-util",
"urlencoding",
"uuid",
]
@@ -1154,6 +1155,12 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "uuid"
version = "1.1.1"