fix: filename xml escaping

This commit is contained in:
Joe Koop
2022-06-05 18:54:12 -05:00
committed by GitHub
parent 7c4c264206
commit ce154d9ebc
3 changed files with 13 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -313,6 +313,7 @@ dependencies = [
"tokio-util",
"urlencoding",
"uuid",
"xml-rs",
]
[[package]]
@@ -1368,6 +1369,12 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "xz2"
version = "0.1.6"