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 2, 2024
1 parent 66f888f commit f437c7b
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", features = ["json"] }
serde = "1"
serde = "1.0.200"
serde_json = "1"

1 comment on commit f437c7b

@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,448.96 11.82
[Tailcall] 8,442.12 11.81
[async-graphql] 7,885.76 12.68
[Gqlgen] 2,191.36 47.17
[Apollo GraphQL] 1,869.86 53.35
[Netflix DGS] 1,357.91 78.18

Please sign in to comment.