updated termion

This commit is contained in:
Valerie Wolfe 2024-03-14 16:20:38 -04:00
parent 802daeba37
commit 21bd6d9d17

View file

@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] }
termion = "2.0.1"
termion = "3.0.0"
tmux_interface = "0.3.2"
[profile.release]