Update dependencies
This commit is contained in:
parent
3812563a5b
commit
01ae2aee7c
2 changed files with 100 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = "0.8"
|
||||
axum = { version = "0.8", features = ["macros"] }
|
||||
axum-extra = { version = "0.12.5", features = ["cookie"] }
|
||||
chrono = "0.4.44"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
sqlx = { version = "0.8.6", features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue