diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-22 18:25:16 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-22 18:25:16 +0100 |
commit | 08efe6cf92e7058ba38833dbfab8940a57a2cbfe (patch) | |
tree | 395b1778ca3af492fbde3d0b8145c80cfba57cd0 /crates/ra_cli | |
parent | 8522504d51b628ff3236c542f2eba0efd1c0d5bb (diff) | |
parent | ce77291ca4952796ea1690b5147e1bb0ab34170b (diff) |
Merge #1579
1579: flexi_logger 0.14 r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
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" } |