diff options
author | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
commit | db7813ef2c58caeef342fd007aa2d54b581b78b7 (patch) | |
tree | 9b9fec8781dafd7f0e0cd99c9942f16a9462e14c /crates/flycheck | |
parent | c6605affe4efe39d9c83e97b428e1de4bdcda81d (diff) |
Bump crossbeam-channel in crates
Diffstat (limited to 'crates/flycheck')
-rw-r--r-- | crates/flycheck/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index c230fc1e2..4e2b60b73 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml | |||
@@ -10,7 +10,7 @@ edition = "2018" | |||
10 | doctest = false | 10 | doctest = false |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | crossbeam-channel = "0.4.0" | 13 | crossbeam-channel = "0.5.0" |
14 | log = "0.4.8" | 14 | log = "0.4.8" |
15 | cargo_metadata = "0.11.1" | 15 | cargo_metadata = "0.11.1" |
16 | serde_json = "1.0.48" | 16 | serde_json = "1.0.48" |