Update Rust crate axum to 0.8
All checks were successful
Build and Test / splatie (push) Successful in 1m6s
All checks were successful
Build and Test / splatie (push) Successful in 1m6s
This commit is contained in:
parent
20d1d6ba93
commit
535900cff5
2 changed files with 10 additions and 30 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7"
|
||||
axum = "0.8"
|
||||
dotenvy = "0.15.7"
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tower-http = { version = "0.6.11", features = ["timeout"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue