🔖 [pagetop] release development version 0.0.54
This commit is contained in:
parent
928b3f91b6
commit
6cb4f62375
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
version = "0.0.53"
|
version = "0.0.54"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = "An opinionated web framework to build modular Server-Side Rendering web solutions."
|
description = "An opinionated web framework to build modular Server-Side Rendering web solutions."
|
||||||
|
|
@ -36,8 +36,8 @@ postgres = ["database", "sea-orm/sqlx-postgres"]
|
||||||
sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.79"
|
async-trait = "0.1.80"
|
||||||
chrono = "0.4.37"
|
chrono = "0.4.38"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
figlet-rs = "0.1.5"
|
figlet-rs = "0.1.5"
|
||||||
itoa = "1.0.11"
|
itoa = "1.0.11"
|
||||||
|
|
@ -54,7 +54,7 @@ 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.10"
|
tracing-actix-web = "0.7.10"
|
||||||
|
|
||||||
fluent-templates = "0.9.1"
|
fluent-templates = "0.9.4"
|
||||||
unic-langid = { version = "0.9.4", features = ["macros"] }
|
unic-langid = { version = "0.9.4", features = ["macros"] }
|
||||||
|
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue