⬆️ [pagetop] Actualiza SeaORM a la versión 0.11
This commit is contained in:
parent
2a8946d948
commit
27e79ee3cc
8 changed files with 536 additions and 188 deletions
|
|
@ -56,12 +56,12 @@ maud = { version = "0.24.0", features = ["actix-web"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.10.7"
|
||||
version = "0.11.1"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
[dependencies.sea-schema]
|
||||
version = "0.10.3"
|
||||
version = "0.11.0"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue