fix(deps): update rust crate axum to 0.8.0
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-graphql = "7.0.5"
|
||||
axum = "0.7.5"
|
||||
axum = "0.8.0"
|
||||
tokio = {version="1.37.0", features=["full"]}
|
||||
uuid = {version="1.8.0", features=["v4", "fast-rng"]}
|
||||
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
|
||||
|
Reference in New Issue
Block a user