Libera la versión de desarrollo 0.0.24 [pagetop]
This commit is contained in:
parent
5c65642ec0
commit
3e16b0f805
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop"
|
||||
version = "0.0.23"
|
||||
version = "0.0.24"
|
||||
edition = "2021"
|
||||
|
||||
authors = [
|
||||
|
|
@ -22,7 +22,7 @@ categories = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
async-trait = "0.1.57"
|
||||
concat-string = "1.0.1"
|
||||
doc-comment = "0.3.3"
|
||||
figlet-rs = "0.1.3"
|
||||
|
|
@ -35,7 +35,7 @@ url = "2.2.2"
|
|||
|
||||
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
||||
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
tracing-appender = "0.2.2"
|
||||
tracing-subscriber = { version = "0.3.15", features = ["json", "env-filter"] }
|
||||
tracing-unwrap = { version = "0.9.2", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue