Remove custom XML parsing
This commit is contained in:
parent
a825115472
commit
31a254103c
4 changed files with 46 additions and 23 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue