Update crossbeam-channel from 0.5.7 to 0.5.8

0.5.7 is yanked.
This commit is contained in:
link2xt
2023-04-17 10:48:35 +00:00
parent 86c18fb3ae
commit 9150e9fb38

4
Cargo.lock generated
View File

@@ -836,9 +836,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",