Update minidom dependency to 0.11
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0ef4ba7e55
commit
a1ae45add8
22 changed files with 236 additions and 168 deletions
|
|
@ -203,7 +203,7 @@ impl From<Failure> for Element {
|
|||
Element::builder("failure")
|
||||
.ns(ns::SASL)
|
||||
.append(failure.defined_condition)
|
||||
.append(
|
||||
.append_all(
|
||||
failure
|
||||
.texts
|
||||
.into_iter()
|
||||
|
|
@ -214,7 +214,6 @@ impl From<Failure> for Element {
|
|||
.append(text)
|
||||
.build()
|
||||
})
|
||||
.collect::<Vec<_>>(),
|
||||
)
|
||||
.build()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue