Skip to content

Commit c6f4638

Browse files
committed
Update crossterm to 0.28.1
1 parent 71620a1 commit c6f4638

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

Cargo.lock

+24-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bitflags = "2.5.0"
3131
captur = "1.0.0"
3232
chrono = "0.4.38"
3333
crossbeam-channel = "0.5.13"
34-
crossterm = "0.27.0"
34+
crossterm = "0.28.0"
3535
git2 = { version = "0.19.0", default-features = false, features = [] }
3636
if_chain = "1.0.2"
3737
lazy_static = "1.4.0"
@@ -46,7 +46,7 @@ version-track = "1.0.0"
4646
xi-unicode = "0.3.0"
4747

4848
[target.'cfg(target_os = "macos")'.dependencies]
49-
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
49+
crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
5050

5151
[dev-dependencies]
5252
claims = "0.8.0"

0 commit comments

Comments
 (0)