Skip to content

chore(deps): bump the cargo-deps group across 1 directory with 5 updates - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-deps-b7c25cfa5d
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-deps-b7c25cfa5d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-deps group with 5 updates in the / directory:

Package From To
glam 0.33.2 0.33.5
tobj 4.0.4 4.0.5
clap 4.6.1 4.6.6
bytemuck 1.25.1 1.25.2
log 0.4.33 0.4.34

Updates glam from 0.33.2 to 0.33.5

Changelog

Sourced from glam's changelog.

0.33.5 - 2026-08-19

Fixed

  • Fix remaining 32-bit layout tests and add i686 CI coverage (#784)
  • Fix 32-bit I64Vec3 and U64Vec3 alignment tests (#781)

0.33.4 - 2026-08-18

Added

  • Add serde serialize to BVec3A and BVec4A when scalar-math enabled. (#768)

Fixed

  • ISizeVecN layout checks on 32-bit targets (#775)
  • USizeVec2 layout checks on 32-bit targets (#771)

Changed

  • Replace scalar recip() calls with explicit division in vector implementations (#765)

Other

  • Add release-plz support (#772)
  • normalize changelog to the release-plz format (#776)

0.33.3 - 2026-08-03

Added

  • Added Vec3::angle_to which returns the signed angle (in radians) between two vectors around a given axis in the range [-π, +π]. The angle follows the right-hand rule around the axis and can be used with rotate_axis, e.g. self.rotate_axis(axis, self.angle_to(rhs, axis)) will be equal to rhs.

  • Added Vec2::rotate_angle which rotates a vector by an angle (in radians), equivalent to self.rotate(Vec2::from_angle(angle)).

  • Added glam_asserts that angle_to and angle_between inputs are non-zero vectors.

Changed

  • to_array is now a const fn on all quaternion types.
Commits
  • a867ca8 Prepare 0.33.5 release (#783)
  • 6fd1f1f fix: fix remaining 32-bit layout tests and add i686 CI coveragees (#784)
  • b5b6808 fix: 32-bit I64Vec3 and U64Vec3 alignment tests (#781)
  • f4560a9 ci: filter release-plz changelog to user-facing changes (#782)
  • 5fd5c5a docs: update CONTRIBUTING.md and ARCHITECTURE.md (#779)
  • 0e56be2 ci: exempt release-plz PRs from the title lint and fix the bump policy docs (...
  • 762199c Prepare 0.33.4 release (#774)
  • ac7746f docs: normalize changelog to the release-plz format (#776)
  • 5f79925 fix: ISizeVec layout checks on 32-bit targets (#775)
  • 351ebda Fix USizeVec2 layout checks on 32-bit targets (#771)
  • Additional commits viewable in compare view

Updates tobj from 4.0.4 to 4.0.5

Release notes

Sourced from tobj's releases.

4.0.5

What's Changed

New Contributors

Full Changelog: Twinklebear/tobj@4.0.4...4.0.5

Commits
  • a54fea9 bump
  • 076344c Merge pull request #78 from GiGainfosystems/fix_parsing_of_w_component
  • efe0d0a Accept either a w coordinate component or an RGB color
  • 245ccea Merge pull request #76 from GiGainfosystems/cargo_fmt_all
  • 06f0f01 Run cargo +nightly fmt --all
  • See full diff in compare view

Updates clap from 4.6.1 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

v4.6.2

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • Additional commits viewable in compare view

Updates bytemuck from 1.25.1 to 1.25.2

Changelog

Sourced from bytemuck's changelog.

1.25.2

  • implement NoUninit for char, bool, NonZero* arrays
Commits

Updates log from 0.4.33 to 0.4.34

Release notes

Sourced from log's releases.

0.4.34

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

Changelog

Sourced from log's changelog.

[0.4.34] - 2026-08-22

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

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 cargo-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [glam](https://github.com/bitshifter/glam-rs) | `0.33.2` | `0.33.5` |
| [tobj](https://github.com/Twinklebear/tobj) | `4.0.4` | `4.0.5` |
| [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.6` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.25.1` | `1.25.2` |
| [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |



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

Updates `tobj` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/Twinklebear/tobj/releases)
- [Commits](Twinklebear/tobj@4.0.4...4.0.5)

Updates `clap` from 4.6.1 to 4.6.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.1...clap_complete-v4.6.6)

Updates `bytemuck` from 1.25.1 to 1.25.2
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.25.1...v1.25.2)

Updates `log` from 0.4.33 to 0.4.34
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.33...0.4.34)

---
updated-dependencies:
- dependency-name: glam
  dependency-version: 0.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: tobj
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: bytemuck
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

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 Aug 29, 2026
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.

0 participants