We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a079c commit 5aa6617Copy full SHA for 5aa6617
Cargo.lock
@@ -733,12 +733,12 @@ dependencies = [
733
734
[[package]]
735
name = "crossbeam-channel"
736
-version = "0.4.3"
+version = "0.4.4"
737
source = "registry+https://github.com/rust-lang/crates.io-index"
738
-checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
+checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
739
dependencies = [
740
- "cfg-if 0.1.10",
741
"crossbeam-utils 0.7.2",
+ "maybe-uninit",
742
]
743
744
0 commit comments