Ensure cache is flushed when closing the connection

Fix #186
This commit is contained in:
gwenn
2016-11-04 20:47:28 +01:00
parent bf8c495b69
commit ffe605150a
3 changed files with 19 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ trace = []
[dependencies]
time = "~0.1.0"
bitflags = "0.7"
lru-cache = "0.0.7"
lru-cache = "0.1.0"
libc = "~0.2"
chrono = { version = "~0.2", optional = true }
serde_json = { version = "0.6", optional = true }