diff --git a/Cargo.toml b/Cargo.toml index 6be5fd9..01cd8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" [dependencies] pico-args = "0.5.0" -termion = "3.0.0" +termion = "4.0.3" [profile.release] opt-level = 's'