Merge pull request #348 from jgallagher/upgrade-deps

Upgrade regexp dependency
This commit is contained in:
gwenn 2018-05-02 19:04:20 +02:00 committed by GitHub
commit 361d4ca602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ serde_json = { version = "1.0", optional = true }
[dev-dependencies]
tempdir = "0.3"
lazy_static = "1.0"
regex = "0.2"
regex = "1.0"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"