Bump rxml to 0.11.1

This commit is contained in:
Jonas Schäfer 2024-06-29 14:33:01 +02:00
commit 25adde99da
3 changed files with 3 additions and 3 deletions

View file

@ -21,4 +21,4 @@ edition = "2021"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
rxml = { version = "0.11.0", default-features = false, features = ["compact_str"] }
rxml = { version = "0.11.1", default-features = false, features = ["compact_str"] }