Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/flycheck/Cargo.toml')
-rw-r--r--crates/flycheck/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml
index 6284ebfc82..c33d893744 100644
--- a/crates/flycheck/Cargo.toml
+++ b/crates/flycheck/Cargo.toml
@@ -10,12 +10,12 @@ rust-version = "1.57"
doctest = false
[dependencies]
-crossbeam-channel = "0.5.0"
-tracing = "0.1"
-cargo_metadata = "0.14"
-serde = { version = "1.0.106", features = ["derive"] }
-serde_json = "1.0.48"
-jod-thread = "0.1.1"
+crossbeam-channel = "0.5.4"
+tracing = "0.1.32"
+cargo_metadata = "0.14.2"
+serde = { version = "1.0.136", features = ["derive"] }
+serde_json = "1.0.79"
+jod-thread = "0.1.2"
toolchain = { path = "../toolchain", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }