Skip to content

Bump the "specta-deps" group with 1 update across multiple ecosystems#493

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/specta_deps-3d1cb5b9a6
Open

Bump the "specta-deps" group with 1 update across multiple ecosystems#493
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/specta_deps-3d1cb5b9a6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the specta-deps group with 4 updates: serde_json, glam, either and jiff.

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates glam from 0.32.1 to 0.33.0

Changelog

Sourced from glam's changelog.

[0.33.0]

Breaking changes

  • All types apart from f32 and bool types are now optional but enabled by default. Unused types can be disabled to improve compile times.

  • Added #[must_use] attribute to as_dmat2, as_dmat3 and as_dmat4 vector methods.

Commits

Updates either from 1.15.0 to 1.16.0

Commits
  • 8f4ecd9 Merge pull request #138 from cuviper/release-1.16.0
  • c35bb4e Release 1.16.0
  • 652486e Fix an unused import
  • c26e693 Merge pull request #137 from ronnodas/map-both
  • aa7f1d4 Add a single-ident version of map_both!
  • a706625 Format the map_both! example
  • 85b1b56 Merge pull request #128 from A4-Tacks/for-both-ident-pattern
  • 304e814 Merge pull request #127 from A4-Tacks/map-or
  • ff9e326 Apply formatting suggestions from code review
  • 71c9a91 Merge pull request #126 from A4-Tacks/is-and
  • Additional commits viewable in compare view

Updates jiff from 0.2.24 to 0.2.26

Changelog

Sourced from jiff's changelog.

0.2.26 (2026-05-25)

This release has a couple enhancements.

Firstly, Jiff now uses windows-link for calling FFI routines on Windows instead of windows-sys. Using windows-link means less churn and fewer duplicates in the dependency graph.

Secondly, a new jiff-sqlx 0.2.0 release has been put out to support sqlx 0.9.0.

Enhancements:

  • #538: Replace use of windows-sys with windows-link and inline bindings.
  • #561: Update jiff-sqlx to use sqlx 0.9.0 and release jiff-sqlx 0.2.0.

Bug fixes:

  • #548: Absolutetize incorrect relative size terms in the documentation of RoundMode.

0.2.25 (2026-05-24)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2026b. See the 2026b release announcement for more details.

Commits
  • bebb53b 0.2.26
  • a56c060 msrv: roll back to Rust 1.70
  • 58556a5 docs: absolutetize incorrect relative size terms for RoundMode
  • 5c7b186 jiff-sqlx: update to sqlx 0.9.0
  • 457d8f1 windows: replace windows-sys with windows-link
  • 75dfd0a ignore: whitelist /.github/
  • 48a9292 0.2.25
  • bf930e0 jiff-tzdb: update to tzdb 2026b
  • 7908951 scripts: add some bash scripts for doing a tzdb update
  • 170a0d6 readme: add a note about jiff::fmt with respect to performance
  • 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 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 specta-deps group with 4 updates: [serde_json](https://github.com/serde-rs/json), [glam](https://github.com/bitshifter/glam-rs), [either](https://github.com/rayon-rs/either) and [jiff](https://github.com/BurntSushi/jiff).


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

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

Updates `either` from 1.15.0 to 1.16.0
- [Commits](rayon-rs/either@1.15.0...1.16.0)

Updates `jiff` from 0.2.24 to 0.2.26
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.24...jiff-static-0.2.26)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: specta-deps
- dependency-name: glam
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: specta-deps
- dependency-name: either
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: specta-deps
- dependency-name: jiff
  dependency-version: 0.2.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: specta-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 May 26, 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