Skip to content

Commit

Permalink
build(backend): add comment about axum upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 2, 2025
1 parent 77d23ac commit a17b809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async-graphql = { version = "=7.0.13", features = [
async-graphql-axum = "=7.0.13"
async-trait = "=0.1.83"
aws-sdk-s3 = { version = "=1.67.0", features = ["behavior-version-latest"] }
# TODO: Update when https://github.com/async-graphql/async-graphql/pull/1653 is merged
axum = { version = "=0.7.9", features = ["macros", "multipart"] }
boilermates = "=0.3.0"
chrono = "=0.4.39"
Expand Down

0 comments on commit a17b809

Please sign in to comment.