summaryrefslogtreecommitdiffstats
path: root/grep-regex/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-05 13:50:55 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-08-05 13:50:55 -0400
commit4de227fd9a1bbc0396c1f1e6d5209a1171fad88a (patch)
treee7a4694d13b452246979d7c0b4fdf48e869e8597 /grep-regex/Cargo.toml
parentd7ce274722664169e5e530e9ef833b633b679345 (diff)
deps: update everything
Mostly this just updates regex and its assorted dependencies. This does drop utf8-ranges and ucd-util, in accordance with changes to regex-syntax and regex.
Diffstat (limited to 'grep-regex/Cargo.toml')
-rw-r--r--grep-regex/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index a76f01f7..43a913af 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -19,4 +19,3 @@ log = "0.4.5"
regex = "1.1"
regex-syntax = "0.6.5"
thread_local = "0.3.6"
-utf8-ranges = "1.0.1"