diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..3455676ad 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -153,7 +153,7 @@ lapin = "2.3" # INTÉGRATIONS EXTERNES (OPTIONAL) # ═══════════════════════════════════════════════════════════════════════ lettre = { version = "0.11", features = ["tokio1-native-tls"], optional = true } # Envoi d'emails -reqwest = { version = "0.11", features = ["json", "rustls-tls"], optional = true } # Client HTTP +reqwest = { version = "0.13", features = ["json", "rustls-tls"], optional = true } # Client HTTP webhook = { version = "2.1", optional = true } # Webhooks sortants sysinfo = "0.37.2"