Update regex to 1.1

This commit is contained in:
CYBAI 2019-04-29 22:25:12 +09:00
parent d58ea974ba
commit 5b9f151f03
6 changed files with 32 additions and 37 deletions

View file

@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
ipc-channel = "0.11"
regex = "1.0"
regex = "1.1"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }