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

View File

@@ -35,6 +35,7 @@ md5 = "0.7.0"
lazy_static = "1.4.0"
uuid = { version = "1.1.1", features = ["v4", "fast-rng"] }
urlencoding = "2.1.0"
xml-rs = "0.8"
env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] }
log = "0.4.17"