aboutsummaryrefslogtreecommitdiff
path: root/crates/flycheck
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-10-17 19:20:52 +0100
committerkjeremy <[email protected]>2020-10-20 22:36:02 +0100
commitf64f569483eb611c98ba2753be094e715fbe524d (patch)
treef0b843b524e7d95476a2fffa696b5b8f01e050e4 /crates/flycheck
parent0833484914981506060b16d9914ca1e9b6592bcc (diff)
Update crates
This brings in a number of new dependencies though.
Diffstat (limited to 'crates/flycheck')
-rw-r--r--crates/flycheck/Cargo.toml2
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]
13crossbeam-channel = "0.5.0" 13crossbeam-channel = "0.5.0"
14log = "0.4.8" 14log = "0.4.8"
15cargo_metadata = "0.11.1" 15cargo_metadata = "0.12.0"
16serde_json = "1.0.48" 16serde_json = "1.0.48"
17jod-thread = "0.1.1" 17jod-thread = "0.1.1"
18 18