diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-30 20:24:48 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-30 20:24:48 +0000 |
commit | 45e3de8eed878afa1066b61fa27f7625bf57b1e6 (patch) | |
tree | b53c11bcb1e117701fef86853eaf9a1675ae105f /crates/thread_worker/Cargo.toml | |
parent | bb604f0a255078a6b30555a5535ee1d277237e38 (diff) | |
parent | c2c10b9014549e9c0783fb13dc202dfab6e6fd0a (diff) |
Merge #377
377: update crossbeam r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/thread_worker/Cargo.toml')
-rw-r--r-- | crates/thread_worker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/thread_worker/Cargo.toml b/crates/thread_worker/Cargo.toml index 62d66a1a3..c74b376e2 100644 --- a/crates/thread_worker/Cargo.toml +++ b/crates/thread_worker/Cargo.toml | |||
@@ -6,6 +6,6 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | drop_bomb = "0.1.0" | 8 | drop_bomb = "0.1.0" |
9 | crossbeam-channel = "0.2.4" | 9 | crossbeam-channel = "0.3.5" |
10 | log = "0.4.3" | 10 | log = "0.4.3" |
11 | 11 | ||