🔖 [pagetop] release development version 0.0.56
This commit is contained in:
parent
ce28bf3e2f
commit
3ff00ac38f
5 changed files with 17 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop"
|
||||
version = "0.0.55"
|
||||
version = "0.0.56"
|
||||
edition = "2021"
|
||||
|
||||
description = "An opinionated web framework to build modular Server-Side Rendering web solutions."
|
||||
|
|
@ -36,8 +36,8 @@ itoa = "1.0.11"
|
|||
nom = "7.1.3"
|
||||
paste = "1.0.15"
|
||||
substring = "1.4.5"
|
||||
term_size = "0.3.2"
|
||||
toml = "0.8.16"
|
||||
terminal_size = "0.3.0"
|
||||
toml = "0.8.19"
|
||||
|
||||
tracing = "0.1.40"
|
||||
tracing-appender = "0.2.3"
|
||||
|
|
@ -48,7 +48,7 @@ fluent-templates = "0.9.4"
|
|||
unic-langid = { version = "0.9.5", features = ["macros"] }
|
||||
|
||||
actix-web = "4"
|
||||
actix-session = { version = "0.9.0", features = ["cookie-session"] }
|
||||
actix-session = { version = "0.10.0", features = ["cookie-session"] }
|
||||
|
||||
actix-web-files = { package = "actix-files", version = "0.6.6" }
|
||||
actix-web-static-files = "4.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue