minidom: Bump rxml dep

This should have been done in 19865e5f probably, before the latest
release. This generally causes users of the library to cargo update
manually.

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-27 14:43:09 +01:00
commit f6d4ab9e91
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
Version NEXT: Version NEXT:
* Changes * Changes
- Fix some Clippy warnings - Fix some Clippy warnings
* Fix
- Bump rxml version from 0.13.1 to 0.13.3. We needed a feature of .3.
Version 0.18, released 2025-10-28: Version 0.18, released 2025-10-28:
* Breaking: * Breaking:

View file

@ -21,7 +21,7 @@ edition = "2021"
gitlab = { repository = "xmpp-rs/xmpp-rs" } gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies] [dependencies]
rxml = { version = "0.13.1", default-features = false, features = [ "std", "compact_str" ] } rxml = { version = "0.13.3", default-features = false, features = [ "std", "compact_str" ] }
thiserror = "2.0" thiserror = "2.0"
[dev-dependencies] [dev-dependencies]