Skip to content

Commit

Permalink
fix(deps): update rust crate rustls-pki-types to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent ceb2d61 commit 05e87cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -30,7 +30,7 @@ hyper-rustls = { version = "0.25.0", optional = true }
rustls = { version = "0.23.5", optional = true, features = [
"std",
], default-features = false }
rustls-pki-types = "1.4.1"
rustls-pki-types = "1.5.0"
inquire = { version = "0.7.5", optional = true }
opentelemetry-otlp = { version = "0.15.0", features = [
"trace",
Expand Down

1 comment on commit 05e87cc

@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.63ms 3.75ms 236.07ms 75.41%
Req/Sec 3.33k 263.26 3.66k 86.92%

397361 requests in 30.00s, 1.99GB read

Requests/sec: 13243.79

Transfer/sec: 67.98MB

Please sign in to comment.