add back getrandom

This commit is contained in:
Felix Ableitner 2023-07-19 12:49:22 +02:00
parent 12c4fc6c0c
commit 73fb78901d
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2639,6 +2639,7 @@ dependencies = [
"chrono",
"encoding",
"futures",
"getrandom 0.2.10",
"lemmy_db_schema",
"lemmy_db_views",
"lemmy_db_views_actor",

View file

@ -62,3 +62,4 @@ reqwest = { workspace = true, optional = true }
ts-rs = { workspace = true, optional = true }
once_cell = { workspace = true }
actix-web = { workspace = true, optional = true }
getrandom = { version = "0.2.10", features = ["js"] }