Skip to content

Commit f1bb75e

Browse files
authored
chore: bump crossbeam-channel to 0.5.8 (#9592)
Versions 0.5.1 - 0.5.7 were yanked due to a race condition. See [changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-058) and [crates.io](https://crates.io/crates/crossbeam-channel/versions) and [PR with the fix](crossbeam-rs/crossbeam#972).
1 parent 6972c50 commit f1bb75e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ conqueue = "0.4.0"
125125
cpu-time = "1.0"
126126
criterion = { version = "0.3.5", default_features = false, features = ["html_reports", "cargo_bench_support"] }
127127
crossbeam = "0.8"
128-
crossbeam-channel = "0.5"
128+
crossbeam-channel = "0.5.8"
129129
crossbeam-queue = "0.3.8"
130130
csv = "1.2.1"
131131
curve25519-dalek = "3"

0 commit comments

Comments
 (0)