Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9961317

Browse files
mati865pietroalbini
authored andcommitted
Update crossbeam-channel to avoid UB
1 parent e1e1c0e commit 9961317

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
@@ -728,12 +728,12 @@ dependencies = [
728728

729729
[[package]]
730730
name = "crossbeam-channel"
731-
version = "0.4.3"
731+
version = "0.4.4"
732732
source = "registry+https://github.com/rust-lang/crates.io-index"
733-
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
733+
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
734734
dependencies = [
735-
"cfg-if",
736735
"crossbeam-utils 0.7.2",
736+
"maybe-uninit",
737737
]
738738

739739
[[package]]

0 commit comments

Comments
 (0)