Skip to content

Commit

Permalink
fix(deps): update rust crate syn to 2.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent 726b825 commit a1b78a1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 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 tailcall-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "2.0.59", features = ["derive", "full"] }
syn = { version = "2.0.60", features = ["derive", "full"] }
quote = "1.0"
proc-macro2 = "1.0"

1 comment on commit a1b78a1

@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.52ms 3.54ms 116.44ms 73.50%
Req/Sec 3.37k 262.33 3.80k 88.08%

402628 requests in 30.01s, 2.02GB read

Requests/sec: 13415.41

Transfer/sec: 68.86MB

Please sign in to comment.