Rip out quick-xml
This commit is contained in:
parent
0fcb8285c5
commit
ea366c2334
15 changed files with 136 additions and 177 deletions
|
|
@ -27,7 +27,7 @@ trust-dns-proto = "0.20"
|
|||
trust-dns-resolver = "0.20"
|
||||
xmpp-parsers = "0.19"
|
||||
minidom = "0.14"
|
||||
rxml = "^0.7.1"
|
||||
rxml = "^0.8.0"
|
||||
webpki-roots = { version = "0.22", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
|
|
@ -336,7 +336,7 @@ mod tests {
|
|||
assert_eq!(
|
||||
framed.get_ref().get_ref(),
|
||||
&format!(
|
||||
"<message xmlns=\"jabber:client\"><body>{}</body></message>",
|
||||
"<message xmlns='jabber:client'><body>{}</body></message>",
|
||||
text
|
||||
)
|
||||
.as_bytes()
|
||||
|
|
|
|||
Loading…
Reference in a new issue