Skip to content

deps(deps): bump the rust-dependencies group with 3 updates#97

Merged
FunKite merged 2 commits intomainfrom
dependabot/cargo/rust-dependencies-95bc9d4e7c
Mar 9, 2026
Merged

deps(deps): bump the rust-dependencies group with 3 updates#97
FunKite merged 2 commits intomainfrom
dependabot/cargo/rust-dependencies-95bc9d4e7c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Bumps the rust-dependencies group with 3 updates: zerocopy, glam and getrandom.

Updates zerocopy from 0.8.40 to 0.8.42

Release notes

Sourced from zerocopy's releases.

v0.8.41

What's Changed

Full Changelog: google/zerocopy@v0.8.40...v0.8.41

v0.8.41-alpha

What's Changed

Full Changelog: google/zerocopy@v0.8.40...v0.8.41-alpha

Commits

Updates glam from 0.32.0 to 0.32.1

Changelog

Sourced from glam's changelog.

[0.32.1] - 2026-03-06

Fixed

  • Fixed the implementation of dividing a scalar value by a matrix. This was actually dividing the matrix by the scalar value, with this fix 1.0/m == m.recip() is now true.

Added

  • Added matrix recip() method which returns a new matrix containing the reciprocal of each element of the source matrix.
Commits

Updates getrandom from 0.4.1 to 0.4.2

Changelog

Sourced from getrandom's changelog.

0.4.2 - 2026-03-03

Changed

  • Bump r-efi dependency to v6 #814

Fixed

  • Read errno only when it is set #810
  • Check the return value of ProcessPrng on Windows #811

#810: rust-random/getrandom#810 #811: rust-random/getrandom#811 #814: rust-random/getrandom#814

Commits

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 <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 rust-dependencies group with 3 updates: [zerocopy](https://github.com/google/zerocopy), [glam](https://github.com/bitshifter/glam-rs) and [getrandom](https://github.com/rust-random/getrandom).


Updates `zerocopy` from 0.8.40 to 0.8.42
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.40...v0.8.42)

Updates `glam` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.32.0...0.32.1)

Updates `getrandom` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-version: 0.8.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: glam
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates rust Rust dependency updates labels Mar 9, 2026
@dependabot dependabot Bot requested a review from FunKite as a code owner March 9, 2026 21:53
@dependabot dependabot Bot added dependencies Dependency updates rust Rust dependency updates labels Mar 9, 2026
Copy link
Copy Markdown
Owner

@FunKite FunKite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed full PR conversation and latest head. Added the missing CHANGELOG entry, validated locally with ./scripts/safe_local_test.sh --skip-advisories --allow-network, and confirmed the dependency bump remains low-risk.

@FunKite FunKite enabled auto-merge (squash) March 9, 2026 23:04
@FunKite FunKite merged commit f2a037a into main Mar 9, 2026
26 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust-dependencies-95bc9d4e7c branch March 9, 2026 23:32
FunKite added a commit that referenced this pull request Mar 11, 2026
* deps(deps): bump the rust-dependencies group with 3 updates

Bumps the rust-dependencies group with 3 updates: [zerocopy](https://github.com/google/zerocopy), [glam](https://github.com/bitshifter/glam-rs) and [getrandom](https://github.com/rust-random/getrandom).


Updates `zerocopy` from 0.8.40 to 0.8.42
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.40...v0.8.42)

Updates `glam` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.32.0...0.32.1)

Updates `getrandom` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-version: 0.8.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: glam
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: add changelog entry for PR #97

* fix: address code review findings

* fix: restore benchmark builds

* ci: simplify gpu test workflow step

* fix: satisfy clippy helper constraints

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FunKite <FunKite@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates rust Rust dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant