Update dependencies

* Gcc crate has been renamed to cc.
* Chrono::UTC has been renamed to Chrono::Utc.
* bitflags 1.0 uses associated constants. So prefix OpenFlags.
This commit is contained in:
Ossi Herrala
2017-10-09 22:55:55 +03:00
parent d5bd7d9601
commit 28d58529b7
5 changed files with 27 additions and 26 deletions

View File

@@ -29,9 +29,9 @@ limits = []
[dependencies]
time = "0.1.0"
bitflags = "0.9"
bitflags = "1.0"
lru-cache = "0.1"
chrono = { version = "0.3", optional = true }
chrono = { version = "0.4", optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]