aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-03-17 13:02:03 -0400
committerNathan Perry <avaglir@gmail.com>2018-03-17 13:02:03 -0400
commite2f884067d477edb7b65d7302a5837f842af006a (patch)
tree1cc15de0e1834283e90710a463481ef042394f97 /Cargo.toml
parentd410d75ca967d476784eaca22d6e49f21ca318dd (diff)
upgrade dotenv and use dotenv! macro
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8118a0a..5f5e341 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,8 @@ error-chain = "0.11.0"
log = "0.4"
typemap = "0.3.3"
url = "1.6.0"
-dotenv = "0.10.1"
+dotenv = "0.11.0"
+dotenv_codegen = "0.11.0"
chrono = "0.4"
fern = { version = "0.5", features = ["colored"] }
diesel = { version = "1.0.0", features = ["postgres"], optional = true }