Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/flycheck/Cargo.toml')
| -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 8e0ef8f6d6..83624b494e 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml @@ -10,7 +10,7 @@ doctest = false [dependencies] crossbeam-channel = "0.5.0" -log = "0.4.8" +tracing = "0.1" cargo_metadata = "0.14" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" |