Skip to content

chore(deps): bump smallvec from 1.15.1 to 1.15.2 - #13324

Merged
yihau merged 2 commits into
masterfrom
dependabot/cargo/smallvec-1.15.2
Jun 22, 2026
Merged

chore(deps): bump smallvec from 1.15.1 to 1.15.2#13324
yihau merged 2 commits into
masterfrom
dependabot/cargo/smallvec-1.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps smallvec from 1.15.1 to 1.15.2.

Release notes

Sourced from smallvec's releases.

v1.15.2

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.15.1...v1.15.2

Commits
  • c469051 Bump version.
  • 9fe422b Fix Windows CI.
  • 51b965f Work around rustc 1.93 perf regression with MaybeUninit
  • 9da26a5 Fix use-after-free in DrainFilter::keep_rest for zero-capacity SmallVecs
  • 79184f1 Add Miri test for use-after-free in DrainFilter::keep_rest
  • f59fb36 Merge pull request #397 from GiGainfosystems/exclude_scripts
  • 28b6ed7 Exclude development script
  • See full diff 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)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.1...v1.15.2)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 19, 2026
@yihau yihau added the CI Pull Request is ready to enter CI label Jun 22, 2026
@anza-team anza-team removed the CI Pull Request is ready to enter CI label Jun 22, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.2%. Comparing base (68980d6) to head (3f9239d).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13324   +/-   ##
=======================================
  Coverage    83.2%    83.2%           
=======================================
  Files         856      856           
  Lines      342379   342379           
=======================================
+ Hits       285148   285161   +13     
+ Misses      57231    57218   -13     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yihau

yihau commented Jun 22, 2026

Copy link
Copy Markdown
Member

@claude review

@claude claude Bot 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.

LGTM, straightforward dependabot patch bump (smallvec 1.15.1 → 1.15.2) — includes an upstream use-after-free fix in DrainFilter::keep_rest and a rustc perf workaround.

Extended reasoning...

Overview

This is a Dependabot-generated patch version bump for the smallvec crate from 1.15.1 to 1.15.2. Changes are limited to Cargo.toml (one workspace dependency line) and four Cargo.lock files (root, ci/xtask, dev-bins, programs/sbf). The non-root lockfiles also reflect transitive churn (windows-sys version updates and itertools 0.10 → 0.14 in prost-build/prost-derive) that comes from re-resolution rather than any direct change in this PR.

Security risks

The upstream release contains a security-relevant fix: a use-after-free in DrainFilter::keep_rest for zero-capacity SmallVecs (servo/rust-smallvec#407). This is a strict improvement over 1.15.1. No new APIs, no behavioral changes to the union/serde features used here, and no patched-fork or git sources introduced.

Level of scrutiny

Low. This is a single-patch-version bump of a widely-used crate, generated by Dependabot, with no source code changes in the repo. The workspace dep uses default-features = false, features = ["union"] — unchanged. CI (codecov) is green and coverage is unaffected.

Other factors

The transitive lockfile churn in non-root workspaces is benign — those lockfiles belong to excluded workspaces (ci/xtask, dev-bins, programs/sbf) and the version drift on windows-sys/itertools does not affect Linux build/runtime semantics. The PR author yihau explicitly requested this review.

@yihau
yihau added this pull request to the merge queue Jun 22, 2026
@mergify

mergify Bot commented Jun 22, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Merged via the queue into master with commit 3b86bdb Jun 22, 2026
47 of 49 checks passed
@yihau
yihau deleted the dependabot/cargo/smallvec-1.15.2 branch June 22, 2026 13:09
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants