Skip to content

Commit 6b4317e

Browse files
Bump crossterm from 0.28.1 to 0.29.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84712ea commit 6b4317e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ clap = { version = "4.5", features = ["cargo", "derive"], optional = true }
240240
colored = { version = "3.0", optional = true }
241241
convert_case = { version = "0.8", optional = true }
242242
# NB: Required for stdin -d. Must align version with ratatui::crossterm
243-
crossterm = { version = "0.28", features = ["use-dev-tty"] }
243+
crossterm = { version = "0.29", features = ["use-dev-tty"] }
244244
dhat = { version = "0.3", optional = true }
245245
dirs = "6.0"
246246
document-features = { version = "0.2", optional = true }

thag_styling/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toml = "0.9"
2727

2828
# Optional dependencies for advanced features
2929
console = { version = "0.16", optional = true }
30-
crossterm = { version = "0.28", optional = true }
30+
crossterm = { version = "0.29", optional = true }
3131
inquire = { version = "0.9", optional = true }
3232
ratatui = { version = "0.29", optional = true }
3333
scopeguard = { version = "1.2", optional = true }
@@ -114,7 +114,7 @@ name = "thag_styling"
114114
path = "src/lib.rs"
115115

116116
[dev-dependencies]
117-
crossterm = "0.28"
117+
crossterm = "0.29"
118118
ratatui = "0.29"
119119
serial_test = "3.2"
120120
supports-color = "3.0"

0 commit comments

Comments
 (0)