summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-04-29 21:35:55 +0200
committermo8it <mo8it@proton.me>2025-04-29 21:35:58 +0200
commit29dc8ea9fa7b081201ebcec5eb01c588082b459d (patch)
treec7a18e24167e0d2906bae8f25b3d0d8d8c60de59 /Cargo.toml
parentfa91814aa9fee646254803f3f4b87472e1d4760e (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d9a0f9..34a4791 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ include = [
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
-crossterm = { version = "0.28", default-features = false, features = ["windows", "events"] }
+crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] }
notify = "8.0"
os_pipe = "1.2"
rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" }