Update to xmpp main (274baaef9afb)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9bc8a77da6
commit
77c193bfb6
2 changed files with 26 additions and 29 deletions
|
|
@ -16,12 +16,11 @@ http-body-util = "0.1"
|
|||
bytes = "1.6"
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync", "fs" ] }
|
||||
tokio-xmpp = { version = "4.0.0", default-features = false }
|
||||
pretty_env_logger = "0.5"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
xmpp = { version = "0.6", default-features = false, features = [ "serde", "starttls-native"] }
|
||||
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "274baaef9afb", default-features = false, features = [ "serde", "starttls-native"] }
|
||||
hmac = "0.12"
|
||||
sha2 = "0.10"
|
||||
hex = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue