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:
parent
a1b090609d
commit
8426ba5d58
@ -249,7 +249,7 @@ libm = "0.2.8"
|
|||||||
ratatui = { version = "0.29.0", default-features = false, features = [
|
ratatui = { version = "0.29.0", default-features = false, features = [
|
||||||
'crossterm',
|
'crossterm',
|
||||||
], optional = true } # Commandline rendering, for TUI Monitor
|
], 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
|
cadence = { version = "1.5.0", optional = true } # For the statsd monitor
|
||||||
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor
|
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user