🔖 [pagetop] libera versión de desarrollo 0.0.33

This commit is contained in:
Manuel Cillero 2023-01-29 10:55:48 +01:00
parent 14bf2807ae
commit c31600a310

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.32"
version = "0.0.33"
edition = "2021"
authors = [
@ -22,24 +22,24 @@ categories = [
]
[dependencies]
async-trait = "0.1.58"
async-trait = "0.1.63"
concat-string = "1.0.1"
doc-comment = "0.3.3"
figlet-rs = "0.1.4"
futures = "0.3.25"
nom = "7.1.1"
once_cell = "1.16.0"
paste = "1.0.9"
nom = "7.1.3"
once_cell = "1.17.0"
paste = "1.0.11"
substring = "1.4.5"
term_size = "0.3.2"
toml = "0.5.9"
toml = "0.7.0"
url = "2.3.1"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
tracing-unwrap = { version = "0.10.0", default-features = false }
tracing-actix-web = "0.6.2"
tracing-actix-web = "0.7.2"
fluent-templates = "0.8.0"
unic-langid = "0.9.1"
@ -56,12 +56,12 @@ maud = { version = "0.24.0", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
[dependencies.sea-orm]
version = "0.10.2"
version = "0.10.7"
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
default-features = false
optional = true
[dependencies.sea-schema]
version = "0.10.2"
version = "0.10.3"
optional = true
[features]
@ -75,7 +75,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
pagetop-build = { path = "../pagetop-build", version = "0.0" }
[dev-dependencies]
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
[lib]
name = "pagetop"