summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-09-22 20:05:18 -0600
committernachoparker <nacho@ownyourbits.com>2019-09-22 20:05:18 -0600
commit9bbdcfeef892be9b275de4072c485c82fc5db363 (patch)
treed0d5b7d86a5ab48e970b100681b7dbf26c6b0689 /Cargo.toml
parentb0deeaf52def28cb389105254de3fa348a7d0d1c (diff)
update regex to version 1v0.2.10
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a377928..eb24777 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,6 @@ exclude = ["test/*"]
[dependencies]
getopts = "0.2.21"
terminal_size = "0.1.7"
-regex = "0.2"
+regex = "1"
unicode-width = "0.1.1"
unicode-segmentation = "1.2.0"