Skip to content

Commit

Permalink
fix(deps): update rust crate schemars to 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 28, 2024
1 parent 77508ee commit 93e7bed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -44,7 +44,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true }
# dependencies safe for wasm:

rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.16", features = ["derive"] }
schemars = { version = "0.8.17", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
tokio = { workspace = true }
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tailcall-autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
lazy_static = "1.4.0"
schemars = "0.8.16"
schemars = "0.8.17"
serde = "1.0.199"
serde_json = "1.0.116"
tailcall = { path = "../" }
Expand Down

1 comment on commit 93e7bed

@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.41ms 3.34ms 92.10ms 72.25%
Req/Sec 3.41k 125.75 3.78k 89.67%

407700 requests in 30.01s, 2.04GB read

Requests/sec: 13586.12

Transfer/sec: 69.73MB

Please sign in to comment.