🔖 [pagetop] libera versión de desarrollo 0.0.33
This commit is contained in:
parent
14bf2807ae
commit
c31600a310
1 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
version = "0.0.32"
|
version = "0.0.33"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
|
|
@ -22,24 +22,24 @@ categories = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.58"
|
async-trait = "0.1.63"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
doc-comment = "0.3.3"
|
doc-comment = "0.3.3"
|
||||||
figlet-rs = "0.1.4"
|
figlet-rs = "0.1.4"
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
nom = "7.1.1"
|
nom = "7.1.3"
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.17.0"
|
||||||
paste = "1.0.9"
|
paste = "1.0.11"
|
||||||
substring = "1.4.5"
|
substring = "1.4.5"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
toml = "0.5.9"
|
toml = "0.7.0"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
|
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
||||||
tracing-unwrap = { version = "0.10.0", default-features = false }
|
tracing-unwrap = { version = "0.10.0", default-features = false }
|
||||||
tracing-actix-web = "0.6.2"
|
tracing-actix-web = "0.7.2"
|
||||||
|
|
||||||
fluent-templates = "0.8.0"
|
fluent-templates = "0.8.0"
|
||||||
unic-langid = "0.9.1"
|
unic-langid = "0.9.1"
|
||||||
|
|
@ -56,12 +56,12 @@ maud = { version = "0.24.0", features = ["actix-web"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
version = "0.10.2"
|
version = "0.10.7"
|
||||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
[dependencies.sea-schema]
|
[dependencies.sea-schema]
|
||||||
version = "0.10.2"
|
version = "0.10.3"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
@ -75,7 +75,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"]
|
||||||
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
pagetop-build = { path = "../pagetop-build", version = "0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue