diff --git a/Cargo.toml b/Cargo.toml index dc2a07a..d6efb48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ license = "MIT" [dependencies] rustbox = "0.11.0" -regex = "1" +regex = "1.1.2" clap = "2.32.0"