Skip to content

Commit

Permalink
Auto merge of #77819 - mati865:crossbeam-ub, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update crossbeam-channel to avoid UB

More info: rustsec/advisory-db#425
  • Loading branch information
bors committed Oct 12, 2020
2 parents 1fe9b7f + 5aa6617 commit 63962f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
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 63962f0

Please sign in to comment.