From 8d1908c4887d68f916dd11fa8b85b48ec296f920 Mon Sep 17 00:00:00 2001 From: pep Date: Sat, 3 May 2025 21:10:52 +0200 Subject: [PATCH] Update xmpp-rs upstream to 51ce661f8d Fixes a traceback on disconnect Signed-off-by: pep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9311ed..e9fad63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pretty_env_logger = "0.5" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" toml = "0.8" -xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "23c947d081", default-features = false, features = [ "serde", "starttls-native" ] } +xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "51ce661f8d", default-features = false, features = [ "serde", "starttls-native" ] } hmac = "0.12" sha2 = "0.10" hex = "0.4"