Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73a8823202 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue