Skip to content

Commit

Permalink
Update dotenv to 0.11
Browse files Browse the repository at this point in the history
The version of derive-error-chain used isn't the latest to avoid duping
syn and friends.
  • Loading branch information
Eijebong committed May 9, 2018
1 parent 393271c commit b28b7e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env_logger = "0.4"
hex = "0.2"
htmlescape = "0.3.1"
license-exprs = "^1.3"
dotenv = "0.10.0"
dotenv = "0.11.0"
toml = "0.4"
diesel = { version = "1.2.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }
diesel_full_text_search = "1.0.0"
Expand Down Expand Up @@ -78,7 +78,7 @@ tokio-core = "0.1"
tokio-service = "0.1"

[build-dependencies]
dotenv = "0.10"
dotenv = "0.11"
diesel = { version = "1.2.0", features = ["postgres"] }
diesel_migrations = { version = "1.2.0", features = ["postgres"] }

Expand Down

0 comments on commit b28b7e1

Please sign in to comment.