Skip to content

Commit

Permalink
chore(deps): bump syn from 2.0.94 to 2.0.95 (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 8762999 commit aa9b073
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 narrow-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ once_cell = "1.20.2"
proc-macro-crate = "3.2.0"
proc-macro2 = "1.0.92"
quote = "1.0.38"
syn = { version = "2.0.94", features = ["visit-mut", "full"] }
syn = { version = "2.0.95", features = ["visit-mut", "full"] }

[dev-dependencies]
macrotest = "1.0.13"

1 comment on commit aa9b073

@mbrobbel
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'narrow'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: aa9b073 Previous: 8762999 Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt16Type, false>::from_iter/narrow/65536 43094 ns/iter (± 623) 3418 ns/iter (± 25) 12.61
FixedSizePrimitiveArray::<arrow_array::types::UInt32Type, false>::from_iter/narrow/65536 88340 ns/iter (± 3247) 6144 ns/iter (± 68) 14.38

This comment was automatically generated by workflow using github-action-benchmark.

CC: @mbrobbel

Please sign in to comment.