Remove unused sea-orm dep

This commit is contained in:
Billy Chan 2021-09-10 23:21:37 +08:00
parent a6f117a908
commit f801590b9b
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -21,7 +21,6 @@ path = "src/main.rs"
clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm = { version = "^0.1.2", features = [ "sqlx-all" ] }
sea-orm-codegen = { version = "^0.2.0", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.7", git = "https://github.com/SeaQL/sea-schema.git", branch = "update-sea-query-version", default-features = false, features = [
"sqlx-mysql",