Skip to content

Commit

Permalink
Update env_logger to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 15, 2021
1 parent f70b1e7 commit a1de235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4"
crossbeam-channel = { version = "0.5", optional = true }
google_translate = { path = "goog", optional = true }
indexmap = { version = "1", optional = true }
env_logger = { version = "0.8", optional = true }
env_logger = { version = "0.9", optional = true }

[build-dependencies]
quote = "1"
Expand Down

0 comments on commit a1de235

Please sign in to comment.