Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-deps group with 4 updates in the / directory: glam, tobj, clap and bytemuck.

Updates glam from 0.33.2 to 0.33.3

Changelog

Sourced from glam's changelog.

[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

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.5

Release notes

Sourced from clap's releases.

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.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
  • c8c9355 chore: Release
  • af74def docs: Update changelog
  • c96f222 Merge pull request #6368 from truffle-dev/fix/fish-env-escaping
  • 49a05cd fix(complete): Two-pass quote fish env-completer
  • e791004 test(complete): Snapshot fish env quoting cases
  • 87ec1ad chore: Release
  • 78f2529 docs: Update changelog
  • b61f270 Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering
  • 74c6666 fix(complete): Keep zsh candidate order
  • d142d8f Merge pull request #6360 from epage/string
  • 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

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 4 updates in the / directory: [glam](https://github.com/bitshifter/glam-rs), [tobj](https://github.com/Twinklebear/tobj), [clap](https://github.com/clap-rs/clap) and [bytemuck](https://github.com/Lokathor/bytemuck).


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

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.5
- [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.5)

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)

---
updated-dependencies:
- dependency-name: glam
  dependency-version: 0.33.3
  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.5
  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
...

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 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 29, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-deps-bc287c5a21 branch August 29, 2026 00:52
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