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

Commit 5584a79

Browse files
committed
Update crossbeam-channel to avoid UB
1 parent 9bfb47a commit 5584a79

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)