🔖 [pagetop] release development version 0.0.52

This commit is contained in:
Manuel Cillero 2024-03-19 21:34:24 +01:00
parent 06fc984676
commit 171efae264

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pagetop" name = "pagetop"
version = "0.0.51" version = "0.0.52"
edition = "2021" edition = "2021"
authors = [ authors = [
@ -39,7 +39,7 @@ postgres = ["database", "sea-orm/sqlx-postgres"]
sqlite = ["database", "sea-orm/sqlx-sqlite"] sqlite = ["database", "sea-orm/sqlx-sqlite"]
[dependencies] [dependencies]
async-trait = "0.1.77" async-trait = "0.1.78"
chrono = "0.4.35" chrono = "0.4.35"
concat-string = "1.0.1" concat-string = "1.0.1"
figlet-rs = "0.1.5" figlet-rs = "0.1.5"
@ -49,15 +49,15 @@ once_cell = "1.19.0"
paste = "1.0.14" paste = "1.0.14"
substring = "1.4.5" substring = "1.4.5"
term_size = "0.3.2" term_size = "0.3.2"
toml = "0.8.10" toml = "0.8.12"
url = "2.5.0" url = "2.5.0"
tracing = "0.1.40" tracing = "0.1.40"
tracing-appender = "0.2.3" tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-actix-web = "0.7.9" tracing-actix-web = "0.7.10"
fluent-templates = "0.9.0" fluent-templates = "0.9.1"
unic-langid = { version = "0.9.4", features = ["macros"] } unic-langid = { version = "0.9.4", features = ["macros"] }
actix-web = "4" actix-web = "4"
@ -79,7 +79,7 @@ optional = true
version = "0.4.1" version = "0.4.1"
[dependencies.sea-orm] [dependencies.sea-orm]
version = "0.12.14" version = "0.12.15"
features = ["debug-print", "macros", "runtime-async-std-native-tls"] features = ["debug-print", "macros", "runtime-async-std-native-tls"]
default-features = false default-features = false
optional = true optional = true