Skip to content

Commit

Permalink
cargo: update to latest env_logger (0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Jan 8, 2019
1 parent 8b6152a commit 2df33b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion graph-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Alex Crawford <[email protected]>"]
[dependencies]
actix-web = "^0.7.8"
cincinnati = { path = "../cincinnati" }
env_logger = "^0.5.10"
env_logger = "^0.6.0"
itertools = "^0.7.8"
failure = "^0.1.1"
flate2 = "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion policy-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Alex Crawford <[email protected]>"]
actix = "^0.7.6"
actix-web = "^0.7.8"
cincinnati = { path = "../cincinnati" }
env_logger = "^0.5.10"
env_logger = "^0.6.0"
failure = "^0.1.1"
futures = "^0.1.23"
hyper = "^0.12.6"
Expand Down

0 comments on commit 2df33b4

Please sign in to comment.