From 8faee143fab7df9d55f19fd8c80fb86ce5d23f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 30 Jul 2018 09:59:19 +0900 Subject: [PATCH] Update regex requirement to 1.0 (#347) Updates the requirements on [regex](https://github.com/rust-lang/regex) to permit the latest version. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits/1.0.2) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3b2f68ed..dd44545b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ base64 = "0.9.1" byteorder = "1.0" lazy_static = "0.2.1" tinysegmenter = "0.1.0" -regex = "0.2" +regex = "1.0" fst = {version="0.3", default-features=false} fst-regex = { version="0.2" } lz4 = {version="1.20", optional=true}