Update rxml to 0.10.1

rxml 0.10.0 (and earlier) had a bug which caused it to reject valid XML
documents if an UTF-8 sequence straddled the token size boundary (8192
bytes by default) of a text event.
This commit is contained in:
Jonas Schäfer 2024-06-08 07:29:08 +02:00
commit 2097b9685f
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ edition = "2021"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
rxml = { version = "0.10.0", default-features = false, features = ["sync", "smartstring"] }
rxml = { version = "0.10.1", default-features = false, features = ["sync", "smartstring"] }