Skip to content

Commit adb68b7

Browse files
authored
Update loom dependency (#105)
The old version depends on a pre 0.7 generator version that has the RUSTSEC-2020-0151 advisory issued, causing cargo deny to fail.
1 parent d6d1312 commit adb68b7

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
@@ -15,4 +15,4 @@ categories = ["concurrency"]
1515
slab = "0.4"
1616

1717
[target.'cfg(loom)'.dependencies]
18-
loom = "0.4.0"
18+
loom = "0.5.6"

0 commit comments

Comments
 (0)