Skip to content

Commit 630105a

Browse files
committed
chore: change deps slightly
1 parent 73aab8d commit 630105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codetable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
4040
hex = "0.4.2"
4141
unsigned-varint = { version = "0.8.0", default-features = false }
4242
criterion = "0.8"
43-
rand = { version = "0.10", default-features = false, features = ["thread_rng"] }
43+
rand = "0.10"
4444

4545
[[bench]]
4646
name = "multihash"

0 commit comments

Comments
 (0)