mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +00:00
Update dependencies
This commit is contained in:
parent
eaaebeac77
commit
e419cc5692
2 changed files with 458 additions and 285 deletions
725
Cargo.lock
generated
725
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -6,15 +6,15 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = "0.5.4"
|
||||
fxhash = "0.2.1"
|
||||
once_cell = "1.10.0"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
tera = "1.15"
|
||||
tokio = { version = "1.17", features = ["full"] }
|
||||
tower-http = { version = "0.2.5", features = ["fs", "trace"] }
|
||||
tracing = "0.1.32"
|
||||
axum = "0.5"
|
||||
fxhash = "0.2"
|
||||
once_cell = "1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tera = "1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tower-http = { version = "0.3", features = ["fs", "trace"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue