chore: Make rand a workspace dependency

This commit is contained in:
Kévin Commaille
2024-06-29 11:12:15 +02:00
committed by Kévin Commaille
parent 586668806e
commit 9e8008f011
4 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ criterion = { workspace = true, optional = true }
[dev-dependencies]
maplit = { workspace = true }
rand = "0.8.3"
rand = { workspace = true }
ruma-events = { workspace = true, features = ["unstable-pdu"] }
tracing-subscriber = "0.3.16"