From 25adde99da1976ab377a8ea467914caee3c8be90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 29 Jun 2024 14:33:01 +0200 Subject: [PATCH] Bump rxml to 0.11.1 --- minidom/Cargo.toml | 2 +- tokio-xmpp/Cargo.toml | 2 +- xso/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index 9339f9cb..b8bf7d68 100644 --- a/minidom/Cargo.toml +++ b/minidom/Cargo.toml @@ -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"] } diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 63448fff..22d70bee 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros"] } tokio-stream = { version = "0.1", features = [] } tokio-util = { version = "0.7", features = ["codec"] } webpki-roots = { version = "0.25", optional = true } -rxml = { version = "0.11.0", features = ["compact_str"] } +rxml = { version = "0.11.1", features = ["compact_str"] } rand = "^0.8" syntect = { version = "5", optional = true } # same repository dependencies diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 52651552..792b4422 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -10,7 +10,7 @@ categories = ["encoding"] license = "MPL-2.0" [dependencies] -rxml = { version = "0.11.0", default-features = false } +rxml = { version = "0.11.1", default-features = false } minidom = { version = "^0.16" } xso_proc = { version = "0.0.2", optional = true }