From c12ab1fa3e2fa2de6024322e9fca30fe814300c9 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 16 Oct 2023 12:46:03 -0700 Subject: [PATCH] remove extra dep --- Cargo.lock | 1 - migration/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 046e086a..bbb22e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3066,7 +3066,6 @@ name = "migration" version = "0.43.0" dependencies = [ "chrono", - "sea-orm", "sea-orm-migration", "tokio", ] diff --git a/migration/Cargo.toml b/migration/Cargo.toml index ab83fc43..f24e8f8c 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -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"