Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 54a450f commit a3b7bbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions graphql/async_graphql/Cargo.lock

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

2 changes: 1 addition & 1 deletion graphql/async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.82"
async-graphql = "7.0.3"
async-graphql-axum = "7.0.3"
axum = "0.7"
axum = "0.7.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
reqwest = { version = "0.12", features = ["json"] }
serde = "1"
Expand Down

1 comment on commit a3b7bbb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Server Requests/sec Latency (ms)
[Tailcall] 8,380.37 11.89
[Caliban] 8,253.53 12.23
[async-graphql] 7,890.54 12.65
[Gqlgen] 2,180.40 47.41
[Apollo GraphQL] 1,822.84 54.74
[Netflix DGS] 1,378.40 76.71

Please sign in to comment.