mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
dep updates
This commit is contained in:
parent
693d52ecac
commit
bbf5576872
6 changed files with 35 additions and 35 deletions
|
|
@ -7,17 +7,17 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
haesli_core = { path = "../haesli_core" }
|
||||
anyhow = "1.0.55"
|
||||
anyhow = "1.0.69"
|
||||
axum = "0.4.8"
|
||||
mime_guess = "2.0.4"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tower = "0.4.12"
|
||||
tower-http = { version = "0.2.3", features = ["cors"] }
|
||||
tracing = "0.1.31"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tower-http = { version = "0.2.5", features = ["cors"] }
|
||||
tracing = "0.1.37"
|
||||
zip = "0.5.13"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.55"
|
||||
anyhow = "1.0.69"
|
||||
walkdir = "2.3.2"
|
||||
zip = "0.5.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue