Minor update.

This commit is contained in:
Rasmus Kaj 2016-07-07 21:38:44 +02:00
parent 967552f110
commit 7d4ac42508

View File

@ -14,7 +14,7 @@ rustc-serialize = "*"
flate2 = "*"
brotli2 = "*"
syntex = { version = "0.31.0", optional = true }
diesel_codegen = { version = "0.6.1", default-features = false, features = ["postgres"] }
diesel_codegen = { version = "0.6.2", default-features = false, features = ["postgres"] }
dotenv_codegen = { version = "0.8.1", optional = true }
[[bin]]
@ -47,8 +47,8 @@ hyper = "0.8.1"
time = "*"
xml-rs = "*"
rexif = "0.3.3"
diesel = { version = "0.6.1", features = ["chrono"] }
diesel_codegen = { version = "0.6.1", default-features = false, features = ["postgres"] }
diesel = { version = "0.6.2", features = ["chrono"] }
diesel_codegen = { version = "0.6.2", default-features = false, features = ["postgres"] }
dotenv = "0.8.0"
dotenv_macros = { version = "0.8.0", optional = true }
r2d2 = "*"