Remove custom XML parsing

This commit is contained in:
Igor Katson 2024-08-27 18:10:52 +01:00
parent a825115472
commit 31a254103c
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 46 additions and 23 deletions

2
Cargo.lock generated
View file

@ -2264,6 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
dependencies = [
"memchr",
"serde",
]
[[package]]
@ -3599,6 +3600,7 @@ dependencies = [
"parking_lot",
"quick-xml",
"reqwest",
"serde",
"socket2",
"tokio",
"tokio-util",