Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42481ee23c |
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ clap = { version = "4.4", features = ["derive", "env"] } # CLI arguments
|
||||||
# ═══════════════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════════════
|
||||||
# PERFORMANCE ET MONITORING
|
# 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
|
metrics-exporter-prometheus = { version = "0.13", optional = true } # Export Prometheus
|
||||||
dashmap = "6.1" # HashMap concurrent
|
dashmap = "6.1" # HashMap concurrent
|
||||||
parking_lot = "0.12" # Mutex plus performants
|
parking_lot = "0.12" # Mutex plus performants
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue