Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Type Update Change
cc workspace.dependencies patch 1.2.501.2.51
clap workspace.dependencies patch 4.5.534.5.54
jiff workspace.dependencies patch 0.2.160.2.17
pco workspace.dependencies patch 0.4.70.4.9
serde_json workspace.dependencies patch 1.0.1451.0.148
tokio-stream (source) workspace.dependencies patch 0.1.170.1.18
tokio-util (source) workspace.dependencies patch 0.7.170.7.18

Release Notes

rust-lang/cc-rs (cc)

v1.2.51

Compare Source

Other
clap-rs/clap (clap)

v4.5.54

Compare Source

BurntSushi/jiff (jiff)

v0.2.17

Compare Source

===================
This release contains binary size improvements to Jiff, more succinct error
messages and some new minor APIs.

While Jiff 1.0 is overdue, I've been doing a lot of experimenting with
improving Jiff's binary size and compile times. In particular, I want to spend
time doing this before Jiff 1.0 so that we don't box ourselves into a corner.
(For example, some binary size improvements may require minor API breaking
changes.)

In this release, Jiff has switched to structured error handling internally
in an effort to provide error predicates and also hopefully improve binary
sizes and compile times. Overall this didn't have as big of an impact on
binary sizes or compile times as I was hoping. I did take this opportunity to
make Jiff's error messages a bit more succinct. In many cases, this involved
de-duplicating some aspects of error messages and omitting user provided input
in the messages. If you feel like there is a significant decrease in error
message quality that isn't easily amended by callers providing additional
context themselves, please open an issue.

This release also updates Jiff's bundled copy of the [IANA Time Zone Database]
to 2025c. See the 2025c release announcement for more details.

Enhancements:

  • #​412:
    Add Display, FromStr, Serialize and Deserialize trait implementations
    for jiff::civil::ISOWeekDate. These all use the ISO 8601 week date format.
  • #​418:
    Add some basic predicates to jiff::Error for basic error introspection.
  • #​453,
    #​454:
    Switch to structured error handling internally.
  • #​456,
    #​457,
    #​458:
    Various improvements to binary size.
pcodec/pcodec (pco)

v0.4.9

Compare Source

Corrected min dtype_dispatch version requirement to 0.1.1.

v0.4.8

Compare Source

  • Added decompression support for format version 4.0, which will be produced by Pco library v1.0.0 once it is released.
    • Note that format version 4 introduces minor format versions, allowing for new format features that do not change the meaning of old compressed bytes. So it is possible that files produced by v1.x.y down the line with opt-in compression configurations will be unreadable by v0.4.8.
  • Improved an error message on invalid mode corrupt data.
  • Added the ChunkDecompressor.build_scratch function, which allows allocating scratch buffers for the chunk to avoid repeated allocation for each page during .write_page_with_scratch. This can improve compression performance slightly when writing many small pages for a single chunk.
serde-rs/json (serde_json)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

tokio-rs/tokio (tokio-stream)

v0.1.18

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the chore Release label indicating a trivial change label Dec 29, 2025
@renovate renovate bot enabled auto-merge (squash) December 29, 2025 00:18
@codspeed-hq
Copy link

codspeed-hq bot commented Dec 29, 2025

CodSpeed Performance Report

Merging #5831 will degrade performance by 25.53%

Comparing renovate/all-patch-updates (6478f3a) with develop (d299148)

Summary

❌ 7 regressions
✅ 1247 untouched
⏩ 623 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Efficiency
take_map[(0.05, 0.05)] 489 µs 543.7 µs -10.07%
take_map[(0.1, 0.1)] 979.2 µs 1,113.6 µs -12.07%
take_map[(0.1, 0.5)] 2.4 ms 2.9 ms -19.15%
take_map[(0.1, 1.0)] 4.2 ms 5.6 ms -25.53%
take_map[(0.05, 0.1)] 647.3 µs 803.3 µs -19.43%
take_map[(0.05, 0.5)] 1.9 ms 2.4 ms -21.13%
take_map[(0.05, 1.0)] 3.5 ms 4.2 ms -16.91%

Footnotes

  1. 623 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate bot force-pushed the renovate/all-patch-updates branch 7 times, most recently from c461403 to 7004e2f Compare January 4, 2026 16:54
@renovate renovate bot force-pushed the renovate/all-patch-updates branch from 7004e2f to 6478f3a Compare January 5, 2026 11:27
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.99%. Comparing base (d299148) to head (6478f3a).
⚠️ Report is 1 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot merged commit 2e137f2 into develop Jan 5, 2026
46 of 47 checks passed
@renovate renovate bot deleted the renovate/all-patch-updates branch January 5, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Release label indicating a trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant