Cargo.toml: update crossterm to 0.29.0

This commit is contained in:
2025-10-24 03:29:33 -04:00
parent 9ef178e8a6
commit b990237c05

View File

@@ -8,4 +8,4 @@ license = "MIT"
publish = ["soft-fish"]
[dependencies]
crossterm = { version = "0.27.0", default-features = false }
crossterm = { version = "0.29.0", default-features = false }