diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..06c34bc44 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -119,7 +119,7 @@ clap = { version = "4.4", features = ["derive", "env"] } # CLI arguments # ═══════════════════════════════════════════════════════════════════════ # PERFORMANCE ET MONITORING # ═══════════════════════════════════════════════════════════════════════ -metrics = { version = "0.22", optional = true } # Métriques de performance +metrics = { version = "0.24", optional = true } # Métriques de performance metrics-exporter-prometheus = { version = "0.13", optional = true } # Export Prometheus dashmap = "6.1" # HashMap concurrent parking_lot = "0.12" # Mutex plus performants