Skip to content

Commit

Permalink
chore(deps): update dependency axum to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 8c22b06 commit 10c6352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint/web/Cargo.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-helpers = ["dep:serde_json", "dep:tower", "dep:hyper", "dep:{{project-name}

[dependencies]
anyhow = "1.0"
axum = { version = "0.7", features = ["macros"] }
axum = { version = "0.8", features = ["macros"] }
{{project-name}}-config = { path = "../config" }
{% unless template_type == "minimal" -%}
{{project-name}}-db = { path = "../db" }
Expand Down

0 comments on commit 10c6352

Please sign in to comment.