Skip to content

Commit 8b7475f

Browse files
committed
Remove unneeded dep
Signed-off-by: Elizabeth Myers <[email protected]>
1 parent e42f5f7 commit 8b7475f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ strip = true
3535

3636
[features]
3737
default = ["sqlite"]
38-
mysql = ["sea-orm/sqlx-mysql", "sea-query/backend-postgres", "migration/mysql"]
39-
postgres = ["sea-orm/sqlx-postgres", "sea-query/backend-postgres", "migration/postgres"]
40-
sqlite = ["sea-orm/sqlx-sqlite", "sea-query/backend-sqlite", "migration/sqlite"]
38+
mysql = ["sea-orm/sqlx-mysql", "migration/mysql"]
39+
postgres = ["sea-orm/sqlx-postgres", "migration/postgres"]
40+
sqlite = ["sea-orm/sqlx-sqlite", "migration/sqlite"]
4141
tracing = ["tokio/tracing", "tower/tracing", "tower-http/tracing"]
4242

4343
[dependencies]
@@ -74,7 +74,6 @@ rand = "0.8.5"
7474
regex = "1.10.5"
7575
rpassword = "7.3.1"
7676
sea-orm = { version = "1.0.0-rc.7", features = ["macros", "runtime-tokio-native-tls", "with-time"] }
77-
sea-query = { version = "0.31.0-rc.8", features = ["thread-safe", "with-time"] }
7877
serde = { version = "1.0.204", features = ["derive"] }
7978
subtle = { version = "2.6.1", features = ["core_hint_black_box", "const-generics"] }
8079
systemd-duration = { version = "0.2.0", features = ["with-time"] }

0 commit comments

Comments
 (0)