Skip to content

upgrade-lib - #111

Merged
isdaniel merged 1 commit into
mainfrom
chore/upgrade-lib
Aug 13, 2026
Merged

upgrade-lib#111
isdaniel merged 1 commit into
mainfrom
chore/upgrade-lib

Conversation

@isdaniel

Copy link
Copy Markdown
Owner

Update dependencies and refactor RowData to use Vec instead of SmallVec

  • Updated futures-core from version 0.3.33 to 0.3.34 in Cargo.toml.
  • Updated aws-lc-rs from version 1.17.3 to 1.18.0 in Cargo.toml.
  • Updated syn from version 2.0.119 to 3.0.3 in macros/Cargo.toml.
  • Refactored RowData in column_value.rs to replace SmallVec with Vec for column storage, improving memory management and simplifying the implementation.

@codspeed-hq

codspeed-hq Bot commented Aug 13, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 11.71%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 1 regressed benchmark
✅ 49 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
zero_copy_path 440 ns 498.3 ns -11.71%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing chore/upgrade-lib (9256812) with main (80a3720)

Open in CodSpeed

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.94%. Comparing base (80a3720) to head (9256812).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
- Coverage   94.97%   94.94%   -0.03%     
==========================================
  Files          27       27              
  Lines       20708    20708              
==========================================
- Hits        19668    19662       -6     
- Misses       1040     1046       +6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Updated `futures-core` from version 0.3.33 to 0.3.34 in Cargo.toml.
- Updated `aws-lc-rs` from version 1.17.3 to 1.18.0 in Cargo.toml.
- Updated `syn` from version 2.0.119 to 3.0.3 in macros/Cargo.toml.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates a set of Rust dependencies for pg-walstream (core crate + proc-macro crate) and refreshes the lockfile accordingly. Note: the PR description also mentions a RowData refactor, but no such code change appears in the provided diffs.

Changes:

  • Bump core crate dependencies (futures-core, rustls, aws-lc-rs) and dev-dependency futures.
  • Bump proc-macro crate dependencies, including upgrading syn to 3.0.3.
  • Regenerate Cargo.lock to reflect the dependency graph updates.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
macros/Cargo.toml Updates proc-macro crate dependencies (notably syn 3.x).
Cargo.toml Updates core/dev dependency versions related to async and TLS.
Cargo.lock Lockfile refresh reflecting all resolved dependency version changes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Cargo.toml
@isdaniel
isdaniel merged commit 8d0846c into main Aug 13, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants