From eeb0c87610f7a5ce7dc6b744c54584b78de4f7c4 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 27 Mar 2019 23:46:32 +0000 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"