Skip to content

Commit

Permalink
fix(deps): update rust crate dotenvy to 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent efcb345 commit 9e92a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async-graphql = { workspace = true, features = [
"apollo_tracing",
"opentelemetry",
] }
dotenvy = "0.15"
dotenvy = "0.15.7"
convert_case = "0.6.0"
rand = "0.8.5"
tailcall-macros = { path = "tailcall-macros" }
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 @@ -20,7 +20,7 @@ lambda_runtime = "0.11.1"
tokio = { version = "1", features = ["macros", "fs"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
dotenvy = "0.15"
dotenvy = "0.15.7"

anyhow = "1.0.82"
async-trait = "0.1.80"
Expand Down

1 comment on commit 9e92a83

@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.62ms 3.49ms 105.22ms 72.87%
Req/Sec 3.32k 265.24 3.65k 87.25%

396973 requests in 30.01s, 1.99GB read

Requests/sec: 13229.13

Transfer/sec: 67.90MB

Please sign in to comment.