This commit is contained in:
Chris Tsang 2022-06-26 18:35:18 +08:00
parent 7be2836c9b
commit 52855f8890

View File

@ -28,8 +28,8 @@ chrono = { version = "^0", optional = true }
time = { version = "^0.2", optional = true }
futures = { version = "^0.3" }
futures-util = { version = "^0.3" }
log = { version = "^0" }
tracing = { version = "0.1", features = ["log"] }
log = { version = "^0"}
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.8.0", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.24.5", features = ["thread-safe"] }