Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 0.14.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent c7a25cb commit 5309fbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -45,7 +45,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true }

rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.17", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
hyper = { version = "0.14.28", features = ["server"], default-features = false }
tokio = { workspace = true }
anyhow = { workspace = true }
derive_setters = "0.1.6"
Expand Down
2 changes: 1 addition & 1 deletion tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dotenvy = "0.15.7"

anyhow = "1.0.82"
async-trait = "0.1.80"
hyper = { version = "0.14", default-features = false }
hyper = { version = "0.14.28", default-features = false }
reqwest = { version = "0.11", default-features = false }
tailcall = { path = "..", default-features = false }
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
hyper = { version = "0.14", default-features = false }
hyper = { version = "0.14.28", default-features = false }
worker = "0.2.0"
tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
Expand Down

1 comment on commit 5309fbd

@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.85ms 5.68ms 233.96ms 90.59%
Req/Sec 3.28k 257.80 3.67k 87.08%

391525 requests in 30.01s, 1.96GB read

Requests/sec: 13046.36

Transfer/sec: 66.96MB

Please sign in to comment.