From 8fbb16a7d92832486ecde5a883beeda2e91f0e81 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 16 Jul 2022 21:47:58 +0200 Subject: [PATCH] =?UTF-8?q?Actualiza=20SeaORM=20a=20la=20versi=C3=B3n=200.?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 6292a160..6f9df4f9 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -53,13 +53,13 @@ maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6", feature serde = { version = "1.0", features = ["derive"] } [dependencies.sea-orm] -version = "0.8.0" +version = "0.9.0" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true [dependencies.sea-orm-migration] -version = "0.8.3" +version = "0.9.0" optional = true [features]