Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the other-updates group with 3 updates: cc, zerocopy and zerocopy-derive.

Updates cc from 1.2.47 to 1.2.48

Release notes

Sourced from cc's releases.

cc-v1.2.48

Other

  • Regenerate target info (#1620)
Changelog

Sourced from cc's changelog.

1.2.48 - 2025-11-28

Other

  • Regenerate target info (#1620)
Commits

Updates zerocopy from 0.8.30 to 0.8.31

Release notes

Sourced from zerocopy's releases.

v0.8.31

What's Changed

Full Changelog: google/zerocopy@v0.8.30...v0.8.31

Commits
  • 8ffc71c Release 0.8.31 (#2837)
  • 3401924 [derive] Fix IntoBytes on repr(C) DST (#2836)
  • 21b7ffc [ci][dependabot] Run weekly, group updates (#2832)
  • 4628374 [CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
  • 5226dee [CI] Bump github/codeql-action from 3.31.4 to 4.31.5 (#2830)
  • 1f008b5 [ci] Add hide-from-release-notes label to Dependabot PRs (#2828)
  • d4750c9 [ci] Various performance improvements (#2829)
  • 0b7b338 [CI] Bump actions/dependency-review-action from 4.3.4 to 4.8.2 (#2826)
  • b7170e4 [CI] Bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2823)
  • a674dfe [CI] Bump obi1kenobi/cargo-semver-checks-action from 2.6 to 2.8 (#2827)
  • Additional commits viewable in compare view

Updates zerocopy-derive from 0.8.30 to 0.8.31

Release notes

Sourced from zerocopy-derive's releases.

v0.8.31

What's Changed

Full Changelog: google/zerocopy@v0.8.30...v0.8.31

Commits
  • 8ffc71c Release 0.8.31 (#2837)
  • 3401924 [derive] Fix IntoBytes on repr(C) DST (#2836)
  • 21b7ffc [ci][dependabot] Run weekly, group updates (#2832)
  • 4628374 [CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
  • 5226dee [CI] Bump github/codeql-action from 3.31.4 to 4.31.5 (#2830)
  • 1f008b5 [ci] Add hide-from-release-notes label to Dependabot PRs (#2828)
  • d4750c9 [ci] Various performance improvements (#2829)
  • 0b7b338 [CI] Bump actions/dependency-review-action from 4.3.4 to 4.8.2 (#2826)
  • b7170e4 [CI] Bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2823)
  • a674dfe [CI] Bump obi1kenobi/cargo-semver-checks-action from 2.6 to 2.8 (#2827)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the other-updates group with 3 updates: [cc](https://github.com/rust-lang/cc-rs), [zerocopy](https://github.com/google/zerocopy) and [zerocopy-derive](https://github.com/google/zerocopy).


Updates `cc` from 1.2.47 to 1.2.48
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.47...cc-v1.2.48)

Updates `zerocopy` from 0.8.30 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.30...v0.8.31)

Updates `zerocopy-derive` from 0.8.30 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.30...v0.8.31)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: other-updates
- dependency-name: zerocopy
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: other-updates
- dependency-name: zerocopy-derive
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: other-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 1, 2025
@nyetwurk nyetwurk merged commit 8960627 into v2.3 Dec 1, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/v2.3/other-updates-f0e4bb5b63 branch December 1, 2025 05:19
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.

2 participants