Test patched sea-query
This commit is contained in:
parent
e20f6e24c5
commit
53b6819a80
@ -31,7 +31,7 @@ futures-util = { version = "^0.3" }
|
|||||||
tracing = { version = "0.1", features = ["log"] }
|
tracing = { version = "0.1", features = ["log"] }
|
||||||
rust_decimal = { version = "^1", optional = true }
|
rust_decimal = { version = "^1", optional = true }
|
||||||
sea-orm-macros = { version = "^0.7.0", path = "sea-orm-macros", optional = true }
|
sea-orm-macros = { version = "^0.7.0", path = "sea-orm-macros", optional = true }
|
||||||
sea-query = { version = "^0.24.0", features = ["thread-safe"] }
|
sea-query = { version = "^0.24.0", features = ["thread-safe"], git = "https://github.com/SeaQL/sea-query" }
|
||||||
sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] }
|
sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] }
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
serde_json = { version = "^1", optional = true }
|
serde_json = { version = "^1", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user