aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-04-04 22:09:13 -0400
committerNathan Perry <avaglir@gmail.com>2018-04-04 22:09:13 -0400
commitbf6745af21f82562af0b85de566f4e7b7ef5df8c (patch)
treea7b70656c84b7a9cf1d71a67921b5d171308234b /Cargo.toml
parent180ef480c0037cfcb5735fdfd2c60f910bf5ba5a (diff)
revamp database structure
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62eacbb..9444eb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,9 @@ typemap = "0.3.3"
url = "1.6.0"
dotenv = "0.11.0"
dotenv_codegen = "0.11.0"
-chrono = "0.4"
+chrono = "0.4.1"
fern = { version = "0.5", features = ["colored"] }
-diesel = { version = "1.0.0", features = ["postgres"], optional = true }
+diesel = { version = "1.0.0", features = ["postgres", "chrono"], optional = true }
cfg-if = "0.1"
ctrlc = { version = "3.0", features = ["termination"] }