remove rand again after testing
This commit is contained in:
parent
64d9e9d51d
commit
8fb44d0ad9
2 changed files with 0 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -635,7 +635,6 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"log",
|
||||
"migration",
|
||||
"rand 0.8.5",
|
||||
"sea-orm",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -47,9 +47,6 @@ testcontainers-modules = { version = "0.12.1", features = [
|
|||
"postgres",
|
||||
] }
|
||||
|
||||
# Only needed for tests right now
|
||||
rand = "*"
|
||||
|
||||
[features]
|
||||
serve = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue