diff --git a/Cargo.toml b/Cargo.toml index 272fb3c..9d7adbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ jsonwebtoken = "9.3.0" mime = "0.3.17" once_cell = "1.19.0" rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] } -sea-orm = { version = "0.12.15", default-features = false, features = ["macros", "mock", "runtime-actix-rustls", "sqlx-mysql", "with-chrono"] } +sea-orm = { version = "0.12.15", default-features = false, features = ["macros", "runtime-actix-rustls", "sqlx-mysql", "with-chrono"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] } diff --git a/iam/Cargo.toml b/iam/Cargo.toml index c5d2593..8c9f49d 100644 --- a/iam/Cargo.toml +++ b/iam/Cargo.toml @@ -8,7 +8,7 @@ license-file.workspace = true [dependencies] iam-entity.workspace = true -sea-orm.workspace = true +sea-orm = { workspace = true, features = ["mock"] } axum.workspace = true serde.workspace = true serde_json.workspace = true