From efaa5e5d0023e99a36ab700e7610b8c5fdb1f0ba Mon Sep 17 00:00:00 2001 From: gwenn Date: Fri, 13 Jan 2017 21:16:31 +0100 Subject: [PATCH] Upgrade serde, lazy-static and regexp dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42531c9..f3a8d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,12 +26,12 @@ bitflags = "0.7" lru-cache = "0.1.0" libc = "~0.2" chrono = { version = "~0.2", optional = true } -serde_json = { version = "0.6", optional = true } +serde_json = { version = "0.8", optional = true } [dev-dependencies] tempdir = "~0.3.4" -lazy_static = "~0.1" -regex = "~0.1.41" +lazy_static = "~0.2" +regex = "~0.2" [dependencies.libsqlite3-sys] path = "libsqlite3-sys"