Skip to content

Commit 6199859

Browse files
fix(deps): update rust crate crossterm to v0.29.0
1 parent 3a36a3f commit 6199859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
color-eyre = "=0.6.3"
8-
crossterm = { version = "=0.28.1", features = ["event-stream"] }
8+
crossterm = { version = "=0.29.0", features = ["event-stream"] }
99
derivative = "=2.2.0"
1010
dirs = "=6.0.0"
1111
fancy-regex = "=0.14.0"

0 commit comments

Comments
 (0)