minidom: Bump rxml
This was causing a memory corruption on closing tags for elements with a name longer than 24 bytes. I haven’t investigated why smartstring < 1 had this bug, but it got fixed in 1.0.0 so let’s use that.
This commit is contained in:
parent
216d9c4a8d
commit
eb628704c0
3 changed files with 14 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ trust-dns-proto = "0.22"
|
|||
trust-dns-resolver = "0.22"
|
||||
xmpp-parsers = "0.19"
|
||||
minidom = "0.15"
|
||||
rxml = "^0.8.0"
|
||||
rxml = "0.9.1"
|
||||
webpki-roots = { version = "0.22", optional = true }
|
||||
rand = "^0.8"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue