🔖 [pagetop] libera versión de desarrollo 0.0.29

This commit is contained in:
Manuel Cillero 2022-10-21 21:00:54 +02:00
parent 3f735f7f56
commit edc81ccf3b

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.28"
version = "0.0.29"
edition = "2021"
authors = [
@ -22,10 +22,10 @@ categories = [
]
[dependencies]
async-trait = "0.1.57"
async-trait = "0.1.58"
concat-string = "1.0.1"
figlet-rs = "0.1.4"
futures = "0.3.24"
futures = "0.3.25"
once_cell = "1.15.0"
paste = "1.0.9"
substring = "1.4.5"
@ -36,14 +36,14 @@ serde = "1.0"
nom = "7.1.1"
toml = "0.5.9"
tracing = "0.1.36"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] }
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
tracing-unwrap = { version = "0.9.2", default-features = false }
tracing-actix-web = "0.6.1"
fluent-templates = "0.8.0"
unic-langid = "0.9.0"
unic-langid = "0.9.1"
actix-web = "4.2.1"
actix-web-files = { package = "actix-files", version = "0.6.2" }