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