Skip to content

Commit

Permalink
chore: bump crossbeam-channel to 0.5.8 (#9592)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jakmeier authored Sep 26, 2023
1 parent 6972c50 commit 379538d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ conqueue = "0.4.0"
cpu-time = "1.0"
criterion = { version = "0.3.5", default_features = false, features = ["html_reports", "cargo_bench_support"] }
crossbeam = "0.8"
crossbeam-channel = "0.5"
crossbeam-channel = "0.5.8"
crossbeam-queue = "0.3.8"
csv = "1.2.1"
curve25519-dalek = "3"
Expand Down

0 comments on commit 379538d

Please sign in to comment.