From 954fbeb1d8349ade431e550d791e41174a18dcf9 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 11 Sep 2016 18:52:42 -0400 Subject: [PATCH] Update regex. --- Cargo.toml | 2 +- grep/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b027722..2cc6d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.3" memchr = "0.1" memmap = "0.2" num_cpus = "1" -regex = "0.1.75" +regex = "0.1.76" rustc-serialize = "0.3" term = "0.4" thread_local = "0.2" diff --git a/grep/Cargo.toml b/grep/Cargo.toml index f84604a..c8ad9cb 100644 --- a/grep/Cargo.toml +++ b/grep/Cargo.toml @@ -17,5 +17,5 @@ license = "Unlicense/MIT" log = "0.3" memchr = "0.1" memmap = "0.2" -regex = "0.1.75" +regex = "0.1.76" regex-syntax = "0.3.5"