Skip to content

Commit

Permalink
Update crossbeam-channel to avoid UB
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Oct 11, 2020
1 parent 06a079c commit 5aa6617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Expand Up @@ -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]]
Expand Down

0 comments on commit 5aa6617

Please sign in to comment.