Skip to content

Commit

Permalink
fix(deps): update rust crate rustls to 0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent d5cb75d commit da6a61d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -27,7 +27,7 @@ moka = { version = "0.12.7", default-features = false, features = [
"future",
], optional = true }
hyper-rustls = { version = "0.25.0", optional = true }
rustls = { version = "0.23.3", optional = true, features = [
rustls = { version = "0.23.5", optional = true, features = [
"std",
], default-features = false }
rustls-pki-types = "1.4.1"
Expand Down

1 comment on commit da6a61d

@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.61ms 3.46ms 91.10ms 72.49%
Req/Sec 3.33k 264.87 3.64k 86.75%

397490 requests in 30.01s, 1.99GB read

Requests/sec: 13244.70

Transfer/sec: 67.98MB

Please sign in to comment.