Skip to content

deps(deps): bump smallvec from 1.15.1 to 1.16.0 - #2656

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-cargo-smallvec-1.15.2
Open

deps(deps): bump smallvec from 1.15.1 to 1.16.0#2656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-cargo-smallvec-1.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps smallvec from 1.15.1 to 1.16.0.

Release notes

Sourced from smallvec's releases.

v1.16.0

What's Changed

New Contributors

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

v1.15.2

What's Changed

New Contributors

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

Commits
  • b3ceac4 Merge pull request #436 from alejandro-vaz/better-ci
  • de02fc3 fix: returned to LayoutErr
  • 10c5efa fix: style check
  • 6833a58 fix: deprecation warnings
  • 4d930f7 fix: changed import granularity to preserve
  • 76528c7 feat: added style check to CI && rustfmt.toml
  • 673b4f3 fix: removed visualizer debugger tests from workflow
  • a8e8695 fix(debug_metadata): removed dir again
  • ef9bec5 fix: added debug_metadata/ back
  • ebf7773 feat: removed debugger visualizer + tests
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependabot dependencies Pull requests that update a dependency file rust labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 12:04

@cloudwalk-review-agent cloudwalk-review-agent 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.

Summary

Dependency bump is scoped and consistent: smallvec was updated from 1.15.1 to 1.15.2 in both Cargo.toml and Cargo.lock, with lockfile checksum updated accordingly. No API surface, runtime logic, or config changes are introduced by this PR.

Given the upstream release notes include a fix for a use-after-free edge case, this is a low-risk, positive security/correctness update.

@github-actions

Copy link
Copy Markdown
Contributor

🧾 cargo-vet automated audit summary

CI did not commit anything. Review the patch locally and create the final signed commit yourself.

Apply the patch locally

The patch artifact is attached to this workflow run as a zip archive. Download it, extract auto-vet.patch, review the result, then create your signed commit.

Preferred: GitHub CLI

git checkout <pr-branch>
gh run download 33389922902 -n dependabot-auto-vet-patch-pr-2656
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

Fallback: direct artifact download

git checkout <pr-branch>
curl -L \
  -H "Authorization: Bearer <github-token>" \
  -o auto-vet-artifact.zip \
  https://github.com/cloudwalk/stratus/actions/runs/33389922902/artifacts/9757136764
unzip -p auto-vet-artifact.zip vet/auto-vet.patch > auto-vet.patch
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

@dependabot
dependabot Bot force-pushed the dependabot-cargo-smallvec-1.15.2 branch from 50f7d87 to 0e5321d Compare August 31, 2026 13:59
@github-actions

Copy link
Copy Markdown
Contributor

🧾 cargo-vet automated audit summary

CI did not commit anything. Review the patch locally and create the final signed commit yourself.

Apply the patch locally

The patch artifact is attached to this workflow run as a zip archive. Download it, extract auto-vet.patch, review the result, then create your signed commit.

Preferred: GitHub CLI

git checkout <pr-branch>
gh run download 33400026386 -n dependabot-auto-vet-patch-pr-2656
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

Fallback: direct artifact download

git checkout <pr-branch>
curl -L \
  -H "Authorization: Bearer <github-token>" \
  -o auto-vet-artifact.zip \
  https://github.com/cloudwalk/stratus/actions/runs/33400026386/artifacts/9761116927
unzip -p auto-vet-artifact.zip vet/auto-vet.patch > auto-vet.patch
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

@dependabot
dependabot Bot force-pushed the dependabot-cargo-smallvec-1.15.2 branch from 0e5321d to 935c09d Compare September 2, 2026 17:52
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🧾 cargo-vet automated audit summary

CI did not commit anything. Review the patch locally and create the final signed commit yourself.

Apply the patch locally

The patch artifact is attached to this workflow run as a zip archive. Download it, extract auto-vet.patch, review the result, then create your signed commit.

Preferred: GitHub CLI

git checkout <pr-branch>
gh run download 33663749147 -n dependabot-auto-vet-patch-pr-2656
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

Fallback: direct artifact download

git checkout <pr-branch>
curl -L \
  -H "Authorization: Bearer <github-token>" \
  -o auto-vet-artifact.zip \
  https://github.com/cloudwalk/stratus/actions/runs/33663749147/artifacts/9860045591
unzip -p auto-vet-artifact.zip vet/auto-vet.patch > auto-vet.patch
git apply --index auto-vet.patch
git status
git commit -S -m "chore(vet): apply automated audits"
git push

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

---
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 changed the title deps(deps): bump smallvec from 1.15.1 to 1.15.2 deps(deps): bump smallvec from 1.15.1 to 1.16.0 Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot-cargo-smallvec-1.15.2 branch from 935c09d to 2c9cccf Compare September 4, 2026 21:43

@cloudwalk-review-agent cloudwalk-review-agent 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.

Summary

Dependency update is scoped and consistent: smallvec is bumped from 1.15.1 to 1.16.0 in both Cargo.toml and Cargo.lock, with the lockfile checksum updated accordingly. No application code, API surface, config, migration, or permission/auth logic changed in this PR.

Given the minimal blast radius and no concrete regressions visible in the diff, this looks safe to merge.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🧾 cargo-vet automated audit summary

  • Vetted (auto-certified): 0

  • Unvetted (needs manual review): 1

  • Codex reasoning: fallback mode (manual review required)

  • cargo vet --locked after apply: ❌ fail (exit 255)

  • Patch generated: no audit files were produced

CI did not commit anything. Review the patch locally and create the final signed commit yourself.

⚠️ Needs manual review

  • smallvec 1.16.0 — Codex initialization unavailable or blocked; requires manual review.

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

Labels

dependabot dependencies Pull requests that update a dependency file rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants