Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 4ab8640 commit 2efdabf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -10,5 +10,5 @@ async-graphql-axum = "7.0.3"
axum = "0.7.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
reqwest = { version = "0.12.4", features = ["json"] }
serde = "1"
serde = "1.0.200"
serde_json = "1"

1 comment on commit 2efdabf

@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,724.06 11.46
[Tailcall] 8,380.84 11.92
[async-graphql] 7,900.55 12.66
[Gqlgen] 2,229.60 46.30
[Apollo GraphQL] 1,877.71 53.03
[Netflix DGS] 1,376.64 76.81

Please sign in to comment.