1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

move rand to workspace dep

This commit is contained in:
Rob Ede
2023-01-02 20:35:37 +00:00
parent 9e4882285e
commit 59ecb09c20
8 changed files with 8 additions and 7 deletions

View File

@ -9,4 +9,4 @@ actix-identity.workspace = true
actix-session = { workspace = true, features = ["cookie-session"] }
env_logger.workspace = true
rand = "0.8"
rand.workspace = true