From 8249a3d7e19156f08ae81ef676b8fe0350d8ea27 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Mon, 21 Jun 2021 14:01:00 -0700 Subject: Upgrade rust/crates/regex-automata to 0.1.10 Test: make Change-Id: Iba14ce63ff5be85b611cd1768692d8fb6a2aa6e8 --- Cargo.toml.orig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml.orig') diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 2f5eb41..ce1c704 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "regex-automata" -version = "0.1.9" #:version +version = "0.1.10" #:version authors = ["Andrew Gallant "] description = "Automata construction and matching using regular expressions." documentation = "https://docs.rs/regex-automata" @@ -40,7 +40,6 @@ std = ["regex-syntax"] transducer = ["std", "fst"] [dependencies] -byteorder = { version = "1.2.7", default-features = false } fst = { version = "0.4.0", optional = true } regex-syntax = { version = "0.6.16", optional = true } -- cgit v1.2.3