Update toml dep to 0.9
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
3589fe6348
commit
9d43e6085d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ 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.8"
|
||||
toml = "0.9"
|
||||
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "e3a4aae42d9", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
|
||||
hmac = "0.12"
|
||||
sha2 = "0.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue