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 }