From 9d43e6085df31e9121da77637f837d58e2164afc Mon Sep 17 00:00:00 2001 From: pep Date: Mon, 4 Aug 2025 23:51:26 +0200 Subject: [PATCH] Update toml dep to 0.9 Signed-off-by: pep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e568269..a9f5d50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"