remove extra dep
This commit is contained in:
parent
369abae2fa
commit
c12ab1fa3e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3066,7 +3066,6 @@ name = "migration"
|
||||
version = "0.43.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"sea-orm",
|
||||
"sea-orm-migration",
|
||||
"tokio",
|
||||
]
|
||||
|
@ -11,7 +11,6 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
tokio = { version = "1.33.0", features = ["full", "tracing"] }
|
||||
chrono = "0.4.31"
|
||||
sea-orm = "0.12.3"
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.12.3"
|
||||
|
Loading…
Reference in New Issue
Block a user