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] committed May 2, 2024
1 parent bc577d6 commit 74d2621
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ anyhow = { workspace = true }
derive_setters = "0.1.6"
thiserror = "1.0.59"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_qs = "0.13"
serde_yaml = "0.9"
serde_urlencoded = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion tailcall-autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.82"
lazy_static = "1.4.0"
schemars = "0.8.17"
serde = "1.0.199"
serde = "1.0.200"
serde_json = "1.0.116"
tailcall = { path = "../" }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

1 comment on commit 74d2621

@github-actions
Copy link

Choose a reason for hiding this comment

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

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 7.64ms 3.70ms 113.07ms 74.93%
Req/Sec 3.32k 260.65 3.65k 86.83%

396657 requests in 30.00s, 1.99GB read

Requests/sec: 13219.72

Transfer/sec: 67.85MB

Please sign in to comment.