Update xmpp-rs upstream to 51ce661f8d
Fixes a traceback on disconnect Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
e064263f96
commit
8d1908c488
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pretty_env_logger = "0.5"
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
toml = "0.8"
|
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"
|
hmac = "0.12"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue