🔖 [pagetop] release development version 0.0.46
This commit is contained in:
parent
238e92689a
commit
9e3492038f
1 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
version = "0.0.45"
|
version = "0.0.46"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
|
|
@ -32,8 +32,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.73"
|
async-trait = "0.1.74"
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.31"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
figlet-rs = "0.1.5"
|
figlet-rs = "0.1.5"
|
||||||
itoa = "1.0.9"
|
itoa = "1.0.9"
|
||||||
|
|
@ -42,19 +42,19 @@ once_cell = "1.18.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.7.6"
|
toml = "0.8.5"
|
||||||
url = "2.4.0"
|
url = "2.4.1"
|
||||||
|
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.40"
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
|
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
|
||||||
tracing-actix-web = "0.7.6"
|
tracing-actix-web = "0.7.8"
|
||||||
|
|
||||||
fluent-templates = "0.8.0"
|
fluent-templates = "0.8.0"
|
||||||
unic-langid = { version = "0.9.1", features = ["macros"] }
|
unic-langid = { version = "0.9.1", features = ["macros"] }
|
||||||
|
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-session = { version = "0.7.2", features = ["cookie-session"] }
|
actix-session = { version = "0.8.0", features = ["cookie-session"] }
|
||||||
|
|
||||||
actix-web-files = { package = "actix-files", version = "0.6.2" }
|
actix-web-files = { package = "actix-files", version = "0.6.2" }
|
||||||
actix-web-static-files = "4.0.1"
|
actix-web-static-files = "4.0.1"
|
||||||
|
|
@ -65,7 +65,7 @@ pagetop-macros = { version = "0.0", path = "../pagetop-macros" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.futures]
|
[dependencies.futures]
|
||||||
version = "0.3.28"
|
version = "0.3.29"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue