From f6d4ab9e91f80026a4f2c434bae99235ebe4efa0 Mon Sep 17 00:00:00 2001 From: pep Date: Sat, 27 Dec 2025 14:43:09 +0100 Subject: [PATCH] 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 --- minidom/CHANGELOG.md | 2 ++ minidom/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index 7ee46d81eb833ce7b34c82cb3127c582ac028dce..0a4968fefccab236dbbd67c97e9d98e9c40f377d 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 b1ad96b491fe5bee64aa9cbe4a2786c5858952b0..7d9838a41c5782995959864495076ac3a1e0f7ac 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]