remove rand again after testing

This commit is contained in:
Mika 2025-06-20 13:41:55 +02:00
parent 3721df0a40
commit fa18724e32
2 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View file

@ -635,7 +635,6 @@ dependencies = [
"lazy_static",
"log",
"migration",
"rand 0.8.5",
"sea-orm",
"serde",
"serde_json",

View file

@ -47,9 +47,6 @@ testcontainers-modules = { version = "0.12.1", features = [
"postgres",
] }
# Only needed for tests right now
rand = "*"
[features]
serve = []