use proper rand

This commit is contained in:
2026-01-12 23:58:55 +01:00
parent 4abe8a53df
commit 15d3ab79bd
3 changed files with 3 additions and 35 deletions
+1
View File
@@ -19,6 +19,7 @@ serde_json = "1.0"
reqwest = { version = "0.13", features = ["json"] }
aes-gcm = "0.10"
base64 = "0.22"
rand = "0.9.2"
[build-dependencies]
prost-build = "0.14"