diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-13 16:13:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-13 16:13:55 +0100 |
commit | 0fb069c5b02072239891ce564feaa7d1890c6d6f (patch) | |
tree | 77b434bfdeac6204697e4a7e989317d2507a1840 /crates/flycheck | |
parent | 5091b5e9739a283329b475cab84a83117eb5814a (diff) | |
parent | baf84d4a935a4cc6a8259deb52ac7a177038fbe9 (diff) |
Merge #6216
6216: Bump deps r=matklad a=lnicola
Co-authored-by: Laurențiu Nicola <[email protected]>
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" |