diff --git a/{{project-name}}/Cargo.toml b/{{project-name}}/Cargo.toml index 9d8c06b..bb3a288 100644 --- a/{{project-name}}/Cargo.toml +++ b/{{project-name}}/Cargo.toml @@ -7,7 +7,7 @@ authors = ["{{authors}}"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.7" +axum = "0.8" tracing-appender = "0.2" tokio = { version = "1", features = ["full"] } tower-http= { version = "0.6", features = ["cors", "tracing", "trace"] }