From aa3f0cf79ab79b2520075cf2ac38501bbed39878 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 22 Jul 2022 18:43:56 +0200 Subject: [PATCH] =?UTF-8?q?Libera=20la=20versi=C3=B3n=20de=20desarrollo=20?= =?UTF-8?q?0.0.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 05b1c52d..9d6034ca 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.20" +version = "0.0.21" edition = "2021" authors = [ @@ -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.9.0" +version = "0.9.1" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true [dependencies.sea-orm-migration] -version = "0.9.0" +version = "0.9.1" optional = true [features]