diff options
author | Jeremy Kolb <[email protected]> | 2020-10-17 19:20:52 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-10-20 22:36:02 +0100 |
commit | f64f569483eb611c98ba2753be094e715fbe524d (patch) | |
tree | f0b843b524e7d95476a2fffa696b5b8f01e050e4 /crates/flycheck | |
parent | 0833484914981506060b16d9914ca1e9b6592bcc (diff) |
Update crates
This brings in a number of new dependencies though.
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 4e2b60b73..44499bc79 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | [dependencies] | 12 | [dependencies] |
13 | crossbeam-channel = "0.5.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.12.0" |
16 | serde_json = "1.0.48" | 16 | serde_json = "1.0.48" |
17 | jod-thread = "0.1.1" | 17 | jod-thread = "0.1.1" |
18 | 18 | ||