Update to bitflags 0.9.

This commit is contained in:
John Gallagher
2017-05-29 10:52:19 -04:00
parent 6b360a11c2
commit 4623064f4d
2 changed files with 13 additions and 13 deletions

View File

@@ -29,13 +29,13 @@ limits = []
[dependencies]
time = "0.1.0"
bitflags = "0.8"
lru-cache = "0.1.0"
bitflags = "0.9"
lru-cache = "0.1"
chrono = { version = "0.3", optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]
tempdir = "0.3.4"
tempdir = "0.3"
lazy_static = "0.2"
regex = "0.2"