diff options
| author | Igor Gnatenko <ignatenko@redhat.com> | 2017-02-26 14:53:53 +0100 |
|---|---|---|
| committer | Igor Gnatenko <ignatenko@redhat.com> | 2017-02-26 15:09:28 +0100 |
| commit | b9dfd29ce656565fba8905bad8decb804300fcbb (patch) | |
| tree | a1549a46147abc7ea821103b24e60de6e083fd16 | |
| parent | 7ad352239acbc5c2824ab97ab8881ea843496d0e (diff) | |
bump env_logger to 0.4
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 75f2f69d96c..5f637fcaa52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ diff = "0.1" syntex_syntax = "0.56" syntex_errors = "0.56" log = "0.3" -env_logger = "0.3" +env_logger = "0.4" getopts = "0.2" itertools = "0.5.8" multimap = "0.3" |
