Skip to content

chore(deps)(deps): bump the rust-engine group in /idaptik/engine with 3 updates#17

Merged
hyperpolymath merged 2 commits intomainfrom
dependabot/cargo/idaptik/engine/rust-engine-00fc1a280e
Feb 16, 2026
Merged

chore(deps)(deps): bump the rust-engine group in /idaptik/engine with 3 updates#17
hyperpolymath merged 2 commits intomainfrom
dependabot/cargo/idaptik/engine/rust-engine-00fc1a280e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the rust-engine group in /idaptik/engine with 3 updates: serde_json, glam and wasm-bindgen-test.

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates glam from 0.25.0 to 0.32.0

Changelog

Sourced from glam's changelog.

[0.32.0] - 2026-02-11

Breaking changes

  • Updated the optional rand dependency to 0.10.

[0.31.1] - 2026-02-10

Added

  • Added isize vector types ISizeVec2, ISizeVec3 and ISizeVec4.

  • Added wasm64-unknown-unknown support. The wasm64-unknown-unknown target uses the same simd128 instructions as wasm32. Note that wasm64-unknown-unknown requires a nightly toolchain.

Changed

  • The USES_WASM32_SIMD constant on vector types has been renamed to USES_WASM_SIMD, USES_WASM32_SIMD has been deprecated.

[0.31.0] - 2026-01-21

Breaking changes

  • The signature of Quat::from_affine3(&Affine3A) was changed to Quat::from_affine3(&Affine3) with the addition of the Affine3 type.

  • Removed deprecated Vec2 and DVec2 angle_between methods.

  • Consistently use &self for matrix and affine type methods and self for vector, quat and mask types.

Added

  • Added Affine3 type.

  • Added diagonal method to matrix types which returns a vector containing the diagonal of the matrix.

  • Added mul_diagonal_scale methods to matrix types which multiply the matrix by a scale vector without needing to mulitply by a scale matrix.

  • Added mul_transpose_vecn methods to matrix types which multiply the vector by the transpose of the matrix without needing to transpose it first. They can be slightly more efficient for SIMD backed types.

  • Added try_inverse method to matrix types which returns an option containing the inverted matrix or None if the matrix was not invertible.

... (truncated)

Commits

Updates wasm-bindgen-test from 0.3.55 to 0.3.58

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-engine group in /idaptik/engine with 3 updates: [serde_json](https://github.com/serde-rs/json), [glam](https://github.com/bitshifter/glam-rs) and [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen).


Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

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

Updates `wasm-bindgen-test` from 0.3.55 to 0.3.58
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-engine
- dependency-name: glam
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-engine
- dependency-name: wasm-bindgen-test
  dependency-version: 0.3.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-engine
...

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 Feb 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: engine. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from hyperpolymath as a code owner February 16, 2026 22:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 16, 2026
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@hyperpolymath hyperpolymath merged commit ba29d4f into main Feb 16, 2026
11 of 27 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/idaptik/engine/rust-engine-00fc1a280e branch February 16, 2026 22:10
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