diff --git a/Cargo.toml b/Cargo.toml index b027722e..2cc6d530 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 f84604ad..c8ad9cbf 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"