Skip to content

Bump the cargo group with 4 updates#2613

Merged
hannobraun merged 1 commit intomainfrom
dependabot/cargo/cargo-04d62554c1
Mar 30, 2026
Merged

Bump the cargo group with 4 updates#2613
hannobraun merged 1 commit intomainfrom
dependabot/cargo/cargo-04d62554c1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the cargo group with 4 updates: nalgebra, spade, octocrab and env_logger.

Updates nalgebra from 0.34.1 to 0.34.2

Changelog

Sourced from nalgebra's changelog.

[0.34.2] (28 March 2026)

Added

  • Add convert-glam031 and convert-glam032 features for conversion from/to glam v0.31 and v0.32 #1597.

Fixed

  • Fix SymmetricEigen routine #1210.
  • Fix matrix parsing grammar to accept numbers without leading zeros, e.g. ".45" #1578.
  • Fix build with glam in no_std environments #1555.
  • Fix rustdoc warnings #1511.
  • Implement absolute threshold for early deflation in Schur algorithm #1565.
  • Assert matrix shapes for Matrix::abs_diff_eq #1568.
Commits

Updates spade from 2.15.0 to 2.15.1

Changelog

Sourced from spade's changelog.

[2.15.1] - 2026-03-24

Fixed

  • Prevents undesired splitting of inner constraint edges when RefinementParameters::keep_constraint_edges was used (#134)
  • Prevents potential endless loop during refinement (#134)
Commits
  • c8befc9 chore: Release
  • 68663b9 Updates MSRV in changelog and various dependencies.
  • 3b56e72 Updates rand dependency
  • 369843b Removes float_next_after dependency - it became obsolete by additions to std
  • 4a036d4 Updates CHANGELOG.md
  • 05f2396 Updates SVGs to be in aligned with current code changes.
  • 8b2ce90 Improves documentation
  • 772b580 Fix splitting of constrained edges
  • 7cdbb6f Fix comments in PR
  • 5692c93 Fix refinement hang for certain geometry
  • Additional commits viewable in compare view

Updates octocrab from 0.49.6 to 0.49.7

Release notes

Sourced from octocrab's releases.

v0.49.7

Added

  • add missing waiting status to Status enum (#862)

Fixed

  • (repos) create a repo variable doesn't take the name in the path (#865)

Other

  • Extend get_content to allow requesting raw_files (#866)
  • [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • Allow retry policy to run on GET requests (#867)
Changelog

Sourced from octocrab's changelog.

0.49.7 - 2026-03-29

Added

  • add missing waiting status to Status enum (#862)

Fixed

  • (repos) create a repo variable doesn't take the name in the path (#865)

Other

  • Extend get_content to allow requesting raw_files (#866)
  • [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • Allow retry policy to run on GET requests (#867)
Commits
  • ad64898 chore: release v0.49.7 (#863)
  • 127c44a fix(repos): create a repo variable doesn't take the name in the path (#865)
  • d7eb503 Extend get_content to allow requesting raw_files (#866)
  • de5f4a2 [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • 52deb8a Allow retry policy to run on GET requests (#867)
  • af820e7 feat: add missing waiting status to Status enum (#862)
  • See full diff in compare view

Updates env_logger from 0.11.9 to 0.11.10

Release notes

Sourced from env_logger's releases.

v0.11.10

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Changelog

Sourced from env_logger's changelog.

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Commits
  • 41320bf chore: Release
  • de8c74f docs: Update changelog
  • d550741 docs(gh): Add sponsor link
  • 458b075 chore(deps): Update Rust Stable to v1.94 (#401)
  • 8bc3fc3 Merge pull request #400 from epage/update
  • 143fa64 chore: Upgrade incompatible
  • b687a24 chore: Upgrade compatible
  • 8cf1ba9 Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x
  • 094ecf7 Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x
  • 34ad626 chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0
  • 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 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 group with 4 updates: [nalgebra](https://github.com/dimforge/nalgebra), [spade](https://github.com/Stoeoef/spade), [octocrab](https://github.com/XAMPPRocky/octocrab) and [env_logger](https://github.com/rust-cli/env_logger).


Updates `nalgebra` from 0.34.1 to 0.34.2
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

Updates `spade` from 2.15.0 to 2.15.1
- [Changelog](https://github.com/Stoeoef/spade/blob/master/CHANGELOG.md)
- [Commits](Stoeoef/spade@v2.15.0...v2.15.1)

Updates `octocrab` from 0.49.6 to 0.49.7
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.49.6...v0.49.7)

Updates `env_logger` from 0.11.9 to 0.11.10
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.9...v0.11.10)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: spade
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: octocrab
  dependency-version: 0.49.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: env_logger
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Mar 30, 2026
@dependabot dependabot bot requested a review from hannobraun as a code owner March 30, 2026 12:58
@hannobraun hannobraun merged commit 135a7b1 into main Mar 30, 2026
3 checks passed
@hannobraun hannobraun deleted the dependabot/cargo/cargo-04d62554c1 branch March 30, 2026 14:06
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.

1 participant