Skip to content

Commit 57140fe

Browse files
fix(deps): update rust crate crossterm to v0.29.0
1 parent db8f513 commit 57140fe

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
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
async-trait = "=0.1.89"
1010
color-eyre = "=0.6.5"
11-
crossterm = { version = "=0.28.1", features = [
11+
crossterm = { version = "=0.29.0", features = [
1212
"event-stream",
1313
], optional = true }
1414
dhat = { version = "=0.3.3", optional = true }

0 commit comments

Comments
 (0)