From db7813ef2c58caeef342fd007aa2d54b581b78b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 13 Oct 2020 16:57:01 +0300 Subject: Bump crossbeam-channel in crates --- crates/flycheck/Cargo.toml | 2 +- crates/proc_macro_api/Cargo.toml | 2 +- crates/vfs-notify/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crates') 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" doctest = false [dependencies] -crossbeam-channel = "0.4.0" +crossbeam-channel = "0.5.0" log = "0.4.8" cargo_metadata = "0.11.1" serde_json = "1.0.48" diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index 75f67a22e..3863e5189 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml @@ -13,7 +13,7 @@ doctest = false serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" log = "0.4.8" -crossbeam-channel = "0.4.0" +crossbeam-channel = "0.5.0" jod-thread = "0.1.1" tt = { path = "../tt", version = "0.0.0" } diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 54b51faab..5b7c33b01 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" rustc-hash = "1.0" jod-thread = "0.1.0" walkdir = "2.3.1" -crossbeam-channel = "0.4.0" +crossbeam-channel = "0.5.0" notify = "5.0.0-pre.3" vfs = { path = "../vfs", version = "0.0.0" } -- cgit v1.2.3