Skip to content

Commit 5aa6617

Browse files
committed
Update crossbeam-channel to avoid UB
1 parent 06a079c commit 5aa6617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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)