From 49f36c7dcdc0f26ecbd956b4ed0ffe7a256b64f5 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 7 May 2018 19:07:30 +0200 Subject: deps: update regex to 1.0 We retain the `simd-accel` feature on globset for backwards compatibility, but will remove it in the next semver release. --- ignore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ignore/Cargo.toml') diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 6d762717..07efa222 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -23,7 +23,7 @@ globset = { version = "0.4.0", path = "../globset" } lazy_static = "1" log = "0.4" memchr = "2" -regex = "0.2.9" +regex = "1" same-file = "1" thread_local = "0.3.2" walkdir = "2" -- cgit v1.2.3