diff options
author | kjeremy <[email protected]> | 2019-07-22 18:13:55 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-07-22 18:13:55 +0100 |
commit | ce77291ca4952796ea1690b5147e1bb0ab34170b (patch) | |
tree | 0d208d91af83247563f1727c7ac24950e65d83cb /crates/ra_cli | |
parent | 0db9673260b342abbc374685c7fc37750212c094 (diff) |
flexi_logger 0.14
Diffstat (limited to 'crates/ra_cli')
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 4d9c41ae9..970cb1f82 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -7,7 +7,7 @@ publish = false | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
10 | flexi_logger = "0.13.0" | 10 | flexi_logger = "0.14.0" |
11 | indicatif = "0.11.0" | 11 | indicatif = "0.11.0" |
12 | 12 | ||
13 | ra_syntax = { path = "../ra_syntax" } | 13 | ra_syntax = { path = "../ra_syntax" } |