From b4122565f1f0257234913e32f4e565a9e2c4d264 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 11 Nov 2022 00:01:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[pagetop]=20libera=20versi=C3=B3?= =?UTF-8?q?n=20de=20desarrollo=200.0.31?= 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 6376768f..e0ad95c1 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.30" +version = "0.0.31" edition = "2021" authors = [ @@ -54,7 +54,7 @@ maud = { version = "0.24.0", features = ["actix-web"] } serde = { version = "1.0", features = ["derive"] } [dependencies.sea-orm] -version = "0.10.1" +version = "0.10.2" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true