Skip to content

Commit 2c7bb89

Browse files
authored
Upgrade crossbeam-channel dependency (model-checking#2360)
1 parent eacacdf commit 2c7bb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ dependencies = [
311311

312312
[[package]]
313313
name = "crossbeam-channel"
314-
version = "0.5.7"
314+
version = "0.5.8"
315315
source = "registry+https://github.com/rust-lang/crates.io-index"
316-
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
316+
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
317317
dependencies = [
318318
"cfg-if",
319319
"crossbeam-utils",

0 commit comments

Comments
 (0)