Update dependencies
Update xmpp-rs to 559159d4, hmac to 0.13 and sasl to 0.11 Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
be1379f13f
commit
43106fc657
2 changed files with 5 additions and 5 deletions
|
|
@ -19,10 +19,10 @@ tokio = { version = "1", default-features = false, features = [ "rt", "net", "sy
|
|||
pretty_env_logger = "0.5"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.9"
|
||||
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "22292c86c", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
|
||||
hmac = "0.12"
|
||||
sha2 = "0.10"
|
||||
toml = "1.1"
|
||||
xmpp = { git = "https://code.bouah.net/pep/xmpp-rs", rev = "559159d4", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
|
||||
hmac = "0.13"
|
||||
sha2 = "0.11"
|
||||
hex = "0.4"
|
||||
camino = { version = "1.2", features = ["serde1"] }
|
||||
chrono = { version = "0.4", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue