This commit is contained in:
@@ -31,7 +31,7 @@ perseus-axum = { version = "0.4.2" }
|
||||
axum = "0.6"
|
||||
tower-http = { version = "0.3", features = ["fs"] }
|
||||
futures = "0.3.28"
|
||||
sea-orm = { version = "0.12.0", features = [
|
||||
sea-orm = { version = "1.0", features = [
|
||||
"sqlx-postgres",
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
@@ -41,7 +41,7 @@ sea-orm = { version = "0.12.0", features = [
|
||||
[target.'cfg(client)'.dependencies]
|
||||
wasm-bindgen = "0.2.93"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
sea-orm = { version = "0.1" }
|
||||
sea-orm = { version = "1.0" }
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }
|
||||
|
||||
Reference in New Issue
Block a user