diff --git a/Cargo.toml b/Cargo.toml index bd00dbf..e80faf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/batmac/generand" [dependencies] rand = "0.8.5" clap = { version = "3.2.23", features = ["derive"], optional = true } -terminal_size = { version = "0.2.2", optional = true } +terminal_size = { version = "0.2.3", optional = true } [features] default = []