Skip to content

chore(deps): bump the all-cargo-dependencies group with 4 updates #878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the all-cargo-dependencies group with 4 updates: anyhow, glam, clap and divan.

Updates anyhow from 1.0.97 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • See full diff in compare view

Updates glam from 0.30.1 to 0.30.2

Changelog

Sourced from glam's changelog.

[0.30.2] - 2025-04-13

Added

  • Added precision conversion functions for affine types: Affine3A::as_daffine3, DAffine3::as_affine3a, Affine2::as_daffine2 and DAffine3::as_affine2

  • Added normalize_and_length method to f32 and f64 vectors.

Changed

  • Vector min and max scalar implementations have been changed to use an if check instead of the built in Rust floating point primitive min and max methods. The Rust methods have special handling for NaN propagation however because this is not consistent between the different SIMD implementations in glam the most efficient implementation is preferred.
Commits
  • 73e8582 Prepare 0.30.2 release. (#629)
  • d5d92e4 Fix warnings in nightly on using must_use on trait impls. (#628)
  • a8170d7 Add vector normalize_and_length method. (#627)
  • fecd1c0 Updated CHANGELOG.
  • 20e64fa Change scalar min and max functions to use comparison operators instead of pr...
  • 9e7cfbf Affine approx tests (#625)
  • 87518c8 Comment out some approx tests that are compiling yet.
  • 982a2d9 Clarify is_negative_bitmask behaviour in doc comment.
  • 6a26bde Add precision conversion functions for affine types (#624)
  • See full diff in compare view

Updates clap from 4.5.35 to 4.5.36

Release notes

Sourced from clap's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates divan from f7eb6a5 to 52f9d49

Commits
  • 52f9d49 Release v0.1.21
  • 5afb095 Fix broken Divan::skip_exact
  • e4d112c Release v0.1.20
  • 1d74108 Fix broken Divan::skip_regex
  • 58988fc Release v0.1.19
  • f43a742 docs: Change "changes" to "changed" in changelog
  • f348769 docs: List most recent changes in changelog
  • 07111fb Abstract filters into FilterSet
  • 2c865cd docs: Add link to prelude module in changelog
  • 9075b9e fix nextest support for parameterized benches
  • See full diff 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 all-cargo-dependencies group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [glam](https://github.com/bitshifter/glam-rs), [clap](https://github.com/clap-rs/clap) and [divan](https://github.com/nvzqz/divan).


Updates `anyhow` from 1.0.97 to 1.0.98
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.97...1.0.98)

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

Updates `clap` from 4.5.35 to 4.5.36
- [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.5.35...clap_complete-v4.5.36)

Updates `divan` from `f7eb6a5` to `52f9d49`
- [Commits](nvzqz/divan@f7eb6a5...52f9d49)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: glam
  dependency-version: 0.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: divan
  dependency-version: 52f9d4983e68b16d1d77f8920df087ef8f8d6ba0
  dependency-type: direct:production
  dependency-group: all-cargo-dependencies
...

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 Apr 14, 2025
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  19.0 ns ...  25.0 ns ]     +31.29%*
ray_intersection/aabb_size_1                       [  19.4 ns ...  25.4 ns ]     +30.72%*
ray_intersection/aabb_size_10                      [  19.1 ns ...  23.4 ns ]     +22.82%*
ray_intersection/ray_distance_1                    [   3.8 ns ...  13.8 ns ]    +259.71%*
ray_intersection/ray_distance_5                    [   3.8 ns ...  13.8 ns ]    +263.00%*
ray_intersection/ray_distance_20                   [   3.8 ns ...  13.8 ns ]    +262.39%*
overlap/no_overlap                                 [  28.6 ns ...  25.1 ns ]     -12.12%*
overlap/partial_overlap                            [  28.6 ns ...  25.2 ns ]     -11.89%*
overlap/full_containment                           [  21.4 ns ...  22.8 ns ]      +6.51%*
point_containment/inside                           [   4.9 ns ...   4.9 ns ]      -0.19%
point_containment/outside                          [   4.4 ns ...   4.4 ns ]      -0.30%
point_containment/boundary                         [   5.1 ns ...   5.1 ns ]      -0.20%

Comparing to 59a41bd

@TestingPlant TestingPlant added this pull request to the merge queue Apr 14, 2025
Merged via the queue into main with commit 190d414 Apr 14, 2025
13 of 15 checks passed
@TestingPlant TestingPlant deleted the dependabot/cargo/all-cargo-dependencies-5b16e04793 branch April 14, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 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.

1 participant