Skip to content

chore: Bump serde/serde_yml/serde_width#11267

Merged
ovr merged 2 commits into
masterfrom
dependabot/cargo/rust/cube/serde_with-3.21.0
Jul 20, 2026
Merged

chore: Bump serde/serde_yml/serde_width#11267
ovr merged 2 commits into
masterfrom
dependabot/cargo/rust/cube/serde_with-3.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps serde_with from 3.18.0 to 3.21.0.

Release notes

Sourced from serde_with's releases.

serde_with v3.21.0

Security

  • GHSA-7gcf-g7xr-8hxj: KeyValueMap serialization panics on empty sequence or map entries Bad or attacker controlled values could cause a panic while allocating too large values. Fixed in #966 by setting a maximum allocation size during the creation of collections like Vec or sets.

    Thanks to @​7thParkk for reporting the issue.

Added

  • Add NoneAsZero adapter that maps Option<NonZero*> to a plain integer, encoding None as 0 by @​SAY-5 (#486)

Changed

  • Re-enable link-to-definition on docs.rs (#964)

Fixed

  • Fix some doc links to point to the correct types (#963)
  • Re-enable unused_qualifications and fix the resulting findings by @​lms0806 (#962)

serde_with v3.20.0

Added

  • Add support for base58 encoding, similar to the existing base64 setup by @​mitinarseny (#943)

Fixed

serde_with v3.19.0

Added

  • Add support for hashbrown v0.17 (#940)

    This extends the existing support for hashbrown to the newly released version.

Commits
  • 0f4ca67 Update changelog for 3.21.0 (#967)
  • 7654841 Update changelog for 3.21.0
  • c8a1d82 Protect all collection creations against capacity overflow by using `size_hin...
  • 6ad5fa5 Properly feature gate the vec_with_capacity_cautious function
  • ef7d141 Protect all collection creations against capacity overflow by using `size_hin...
  • a348da3 Add serde_as deserialize_as explain (#958)
  • 2e5bc20 Bump the github-actions group with 3 updates (#965)
  • 927a3d6 Bump the github-actions group with 3 updates
  • 62d14ec Enable link-to-definition on docs.rs again, after the upstream issue was reso...
  • 4584d94 Enable link-to-definition on docs.rs again, after the upstream issue was reso...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.18.0 to 3.21.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.18.0...v3.21.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-version: 3.21.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 15, 2026
@github-actions github-actions Bot added the pr:community Contribution from Cube.js community members. label Jul 15, 2026
@ovr
ovr requested review from a team as code owners July 20, 2026 14:35
@claude

claude Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Claude finished @ovr's task in 21s —— View job


Review

Verdict: LGTM — routine Dependabot bump of serde_with from 3.18.0 → 3.21.0 across three Cargo.lock files. No Cargo.toml changes; version constraint remains satisfied.

Details
  • Reviewed changed files
  • Assessed risk

Scope: lockfile-only bump in packages/cubejs-backend-native/Cargo.lock, rust/cube/Cargo.lock, rust/cubesql/Cargo.lock.

Notable upstream changes (3.18.0 → 3.21.0):

  • Security fixGHSA-7gcf-g7xr-8hxj: KeyValueMap panic on empty sequence/map entries from attacker-controlled input. Cube doesn't appear to use KeyValueMap, so this is defense-in-depth.
  • Minor additions (NoneAsZero, base58, hashbrown v0.17 support) — additive, no breaking changes.
  • All 3.x releases are semver-compatible.

Findings: none. Safe to merge once CI is green.

• Branch: `dependabot/cargo/rust/cube/serde_with-3.21.0`

@ovr ovr changed the title chore: Bump serde_with from 3.18.0 to 3.21.0 in /rust/cube chore: Bump serde/serde_yml/serde_width Jul 20, 2026
@ovr
ovr merged commit 18c3fe7 into master Jul 20, 2026
16 checks passed
@ovr
ovr deleted the dependabot/cargo/rust/cube/serde_with-3.21.0 branch July 20, 2026 14:36
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.47%. Comparing base (e6cd6e1) to head (7077844).
⚠️ Report is 28 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #11267       +/-   ##
===========================================
+ Coverage   59.44%   79.47%   +20.03%     
===========================================
  Files         216      473      +257     
  Lines       17474    97670    +80196     
  Branches     3539     3539               
===========================================
+ Hits        10387    77621    +67234     
- Misses       6581    19543    +12962     
  Partials      506      506               
Flag Coverage Δ
cube-backend 59.45% <ø> (+0.01%) ⬆️
cubesql 83.83% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pr:community Contribution from Cube.js community members. rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant