Update crossterm requirement from 0.28.1 to 0.29.0 (#3135)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-version: 0.29.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 16:12:54 +02:00 committed by GitHub
parent a1b090609d
commit 8426ba5d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,7 @@ libm = "0.2.8"
ratatui = { version = "0.29.0", default-features = false, features = [
'crossterm',
], optional = true } # Commandline rendering, for TUI Monitor
crossterm = { version = "0.28.1", optional = true }
crossterm = { version = "0.29.0", optional = true }
cadence = { version = "1.5.0", optional = true } # For the statsd monitor
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor