Libera la versión de desarrollo 0.0.20

This commit is contained in:
Manuel Cillero 2022-07-20 01:05:30 +02:00
parent f3d57eb0aa
commit db053531d1

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.19"
version = "0.0.20"
edition = "2021"
authors = [
@ -26,7 +26,7 @@ concat-string = "1.0.1"
doc-comment = "0.3.3"
figlet-rs = "0.1.3"
futures = "0.3.21"
once_cell = "1.12.0"
once_cell = "1.13.0"
paste = "1.0.7"
substring = "1.4.5"
term_size = "0.3.2"
@ -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.11", features = ["json", "env-filter"] }
tracing-subscriber = { version = "0.3.14", features = ["json", "env-filter"] }
tracing-unwrap = { version = "0.9.2", default-features = false }
tracing-actix-web = "0.6.0"
@ -72,7 +72,7 @@ sqlite = ["sea-orm", "sea-orm-migration", "sea-orm/sqlx-sqlite"]
static-files = "0.2.3"
[dev-dependencies]
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
[lib]
name = "pagetop"