Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c24b67001c |
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ tokio = { version = "1.35", features = [
|
||||||
"tracing", # Support tracing
|
"tracing", # Support tracing
|
||||||
"signal", # Signaux système pour shutdown gracieux
|
"signal", # Signaux système pour shutdown gracieux
|
||||||
] }
|
] }
|
||||||
tokio-tungstenite = "0.21" # WebSocket server/client
|
tokio-tungstenite = "0.28" # WebSocket server/client
|
||||||
tungstenite = "0.21" # Core WebSocket
|
tungstenite = "0.21" # Core WebSocket
|
||||||
futures-util = "0.3" # Utilitaires futures
|
futures-util = "0.3" # Utilitaires futures
|
||||||
hyper = { version = "1.0", features = ["full"] } # Client HTTP pour webhooks
|
hyper = { version = "1.0", features = ["full"] } # Client HTTP pour webhooks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue