Skip to content

Commit

Permalink
Update axum and async-graphql
Browse files Browse the repository at this point in the history
Bump axum from 0.7.9 to 0.8.1
Bump async-graphql from 7.0.13 to 7.0.14
  • Loading branch information
tpoliaw committed Jan 28, 2025
1 parent a5cb3bc commit 87f3458
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 31 deletions.
103 changes: 76 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rust-version = "1.82"
unwrap_used = "deny"

[dependencies]
async-graphql = { version = "7.0.13", features = ["tracing"] }
async-graphql-axum = "7.0.13"
axum = "0.7.9"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
async-graphql = { version = "7.0.14", features = ["tracing"] }
async-graphql-axum = "7.0.14"
axum = "0.8.1"
axum-extra = { version = "0.10.0", features = ["typed-header"] }
chrono = "0.4.39"
clap = { version = "4.5.27", features = ["cargo", "derive", "env", "string"] }
futures = "0.3.31"
Expand Down

0 comments on commit 87f3458

Please sign in to comment.