From 6ef0b1d64cca42724fa6709f025759d4f0e65dde Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 4 Dec 2016 10:17:53 +0100 Subject: [PATCH] Upgrade lru-cache dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b17eb4c..501fc24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ csvtab = ["csv"] [dependencies] time = "0.1" bitflags = "0.7" -lru-cache = "0.0.7" +lru-cache = "0.1" libc = "0.2" chrono = { version = "0.2", optional = true } serde_json = { version = "0.8", optional = true }