diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index 7ee46d81..0a4968fe 100644 --- a/minidom/CHANGELOG.md +++ b/minidom/CHANGELOG.md @@ -1,6 +1,8 @@ Version NEXT: * Changes - 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: * Breaking: diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index b1ad96b4..7d9838a4 100644 --- a/minidom/Cargo.toml +++ b/minidom/Cargo.toml @@ -21,7 +21,7 @@ edition = "2021" gitlab = { repository = "xmpp-rs/xmpp-rs" } [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" [dev-dependencies]