Update crossbeam-channel to avoid UB

This commit is contained in:
Mateusz Mikuła 2020-10-11 16:19:35 +02:00
parent 06a079c43e
commit 5aa661757a
1 changed files with 3 additions and 3 deletions

View File

@ -733,12 +733,12 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
[[package]]