1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00

xmpp-parsers: Releae 0.19.1

This commit is contained in:
Astro 2022-07-13 20:44:36 +02:00
parent b6618ffa3d
commit 947260a1ce

View File

@ -1,6 +1,6 @@
[package]
name = "xmpp-parsers"
version = "0.19.0"
version = "0.19.1"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
@ -14,7 +14,7 @@ license = "MPL-2.0"
edition = "2018"
[dependencies]
minidom = "0.14"
minidom = "0.15"
jid = { version = "0.9", features = ["minidom"] }
base64 = "0.13"
digest = "0.10"