diff options
author | Aleksey Kladov <[email protected]> | 2020-10-18 00:53:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-10-18 00:53:01 +0100 |
commit | 6c7769a2e3d1fc7de3b654d739558cea8b4c169d (patch) | |
tree | 0413c1861053719a5099fde8377f78c01627ddcf /crates | |
parent | cb63e83237da5f9b18a260f2ea0833ebc20ad1fd (diff) |
update deps
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index df2ea6f85..66cf06e1a 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml | |||
@@ -17,7 +17,7 @@ path = "src/bin/main.rs" | |||
17 | [dependencies] | 17 | [dependencies] |
18 | anyhow = "1.0.26" | 18 | anyhow = "1.0.26" |
19 | crossbeam-channel = "0.5.0" | 19 | crossbeam-channel = "0.5.0" |
20 | env_logger = { version = "0.7.1", default-features = false } | 20 | env_logger = { version = "0.8.1", default-features = false } |
21 | itertools = "0.9.0" | 21 | itertools = "0.9.0" |
22 | jod-thread = "0.1.0" | 22 | jod-thread = "0.1.0" |
23 | log = "0.4.8" | 23 | log = "0.4.8" |