Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23745d6829 | |||
| baf52106fd | |||
| 01a1b9a185 |
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_json = "1.0"
|
||||
toml = "1.1"
|
||||
xmpp = { git = "https://gitlab.com/xmppftw/xmpp-rs", branch = "feat-openssl-vendored", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
|
||||
xmpp = { git = "https://kl.netlib.re/forge/xmppftw/xmpp-rs", branch = "feat-openssl-vendored", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
|
||||
hmac = "0.13"
|
||||
sha2 = "0.11"
|
||||
hex = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue