Skip to content

Commit 63962f0

Browse files
committed
Auto merge of #77819 - mati865:crossbeam-ub, r=Mark-Simulacrum
Update crossbeam-channel to avoid UB More info: rustsec/advisory-db#425
2 parents 1fe9b7f + 5aa6617 commit 63962f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -733,12 +733,12 @@ dependencies = [
733733

734734
[[package]]
735735
name = "crossbeam-channel"
736-
version = "0.4.3"
736+
version = "0.4.4"
737737
source = "registry+https://github.com/rust-lang/crates.io-index"
738-
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
738+
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
739739
dependencies = [
740-
"cfg-if 0.1.10",
741740
"crossbeam-utils 0.7.2",
741+
"maybe-uninit",
742742
]
743743

744744
[[package]]

0 commit comments

Comments
 (0)