From b61824dbdd0f1a4df02e73cb36f6538a283ac443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:11:50 +0000 Subject: [PATCH] Update regex-automata requirement from 0.1.10 to 0.2.0 Updates the requirements on [regex-automata](https://github.com/BurntSushi/regex-automata) to permit the latest version. - [Release notes](https://github.com/BurntSushi/regex-automata/releases) - [Commits](https://github.com/BurntSushi/regex-automata/compare/0.1.10...0.2.0) --- updated-dependencies: - dependency-name: regex-automata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6b3f69..dfd6ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] [dependencies] fst = "0.4" memmap = "0.7" -regex-automata = { version = "0.1.10", features = ["transducer"] } +regex-automata = { version = "0.2.0", features = ["transducer"] } indexmap = "1.7.0" [dependencies.pyo3]