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 10e96f8 commit cfc0079
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 cfc0079

@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)
[Caliban] 8,811.78 11.37
[Tailcall] 8,303.52 12.04
[async-graphql] 7,946.18 12.59
[Gqlgen] 2,183.16 47.39
[Apollo GraphQL] 1,798.14 55.45
[Netflix DGS] 1,369.79 77.11

Please sign in to comment.