Libera la versión de desarrollo 0.0.22 [pagetop]
This commit is contained in:
parent
261cea6c2f
commit
9611a80275
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop"
|
||||
version = "0.0.21"
|
||||
version = "0.0.22"
|
||||
edition = "2021"
|
||||
|
||||
authors = [
|
||||
|
|
@ -36,7 +36,7 @@ config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
|||
|
||||
tracing = "0.1.35"
|
||||
tracing-appender = "0.2.2"
|
||||
tracing-subscriber = { version = "0.3.14", features = ["json", "env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] }
|
||||
tracing-unwrap = { version = "0.9.2", default-features = false }
|
||||
tracing-actix-web = "0.6.0"
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ fluent-templates = "0.7.1"
|
|||
unic-langid = "0.9.0"
|
||||
|
||||
actix-web = "4.1.0"
|
||||
actix-web-files = { package = "actix-files", version = "0.6.1" }
|
||||
actix-web-files = { package = "actix-files", version = "0.6.2" }
|
||||
actix-web-static-files = "4.0.0"
|
||||
static-files = "0.2.3"
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
|||
static-files = "0.2.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
[lib]
|
||||
name = "pagetop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue