Removing rand crate

This commit is contained in:
2026-06-07 14:21:45 -04:00
parent 38dbcb09f7
commit bdbd1979aa
2 changed files with 1 additions and 40 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "models used for the textsender project"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
rand = { version = "0.10.1" }
# rand = { version = "0.10.1" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }