Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit cd957a8

Browse files
authored
Merge pull request #1703 from mati865/update-crossbeam-channel-ub
Update crossbeam-channel to avoid UB
2 parents 9bfb47a + 5584a79 commit cd957a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ url = "2"
5656
walkdir = "2"
5757
regex = "1"
5858
ordslice = "0.3"
59-
crossbeam-channel = "0.4"
59+
crossbeam-channel = "0.4.4"
6060
toml = "0.5"
6161
heck = "0.3"
6262

0 commit comments

Comments
 (0)