Skip to content

chore(deps): bump the rust-patch-minor group across 1 directory with 3 updates#41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-patch-minor-8dde110571
Closed

chore(deps): bump the rust-patch-minor group across 1 directory with 3 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-patch-minor-8dde110571

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps the rust-patch-minor group with 3 updates in the / directory: rayon, serde_json and cbindgen.

Updates rayon from 1.11.0 to 1.12.0

Changelog

Sourced from rayon's changelog.

Release rayon 1.12.0 (2026-04-13)

  • Fixed a bug in parallel Range<char> when the end is 0xE000, just past the surrogate boundary, which was unsafely producing invalid char values.
  • The new method ParallelSlice::par_array_windows works like par_windows but with a constant length, producing &[T; N] items.
Commits
  • 7449d7d Merge #1093
  • b3d9e3f Release rayon 1.8.0 and rayon-core 1.12.0
  • 3fe51e5 Fix clippy::let_and_return
  • 082f215 Merge #1087
  • ea0c06d core: registry: Factor out "wait till out of work" part of the main loop.
  • 75524e2 Merge #1063
  • 01d2800 Ignore the multi-threaded test on emscripten/wasm
  • 40b59c0 core: Make use_current_thread error rather than panic when already in the pool.
  • f4db4d7 core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.
  • 87274ad core: registry: Add some more documentation for ThreadPoolBuilder::use_curren...
  • Additional commits viewable in compare view

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 cbindgen from 0.29.2 to 0.29.3

Changelog

Sourced from cbindgen's changelog.

0.29.3

  * Expose the line_endings config option to use with the builder
  * Fix doc attribute parsing to properly handle block comments
  * Check for CMSE ABI's as well
  * ci: Add a meta job to block the merge queue on it.
  * Allow `pub` access to `ReprType` fields
  * In C23 mode, define sized enums as enums rather than typedefs.
Commits
  • b5f2a97 Bump version to 0.29.3 and update CHANGES doc
  • dfae10a tests: Fix tests with modern gcc.
  • b16c1d2 Use C++ fixed-type enumeration syntax under C23 (or higher) as well
  • b68b027 Allow pub access to ReprType fields
  • 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

…3 updates

Bumps the rust-patch-minor group with 3 updates in the / directory: [rayon](https://github.com/rayon-rs/rayon), [serde_json](https://github.com/serde-rs/json) and [cbindgen](https://github.com/mozilla/cbindgen).


Updates `rayon` from 1.11.0 to 1.12.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0)

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 `cbindgen` from 0.29.2 to 0.29.3
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/main/CHANGES)
- [Commits](mozilla/cbindgen@0.29.2...v0.29.3)

---
updated-dependencies:
- dependency-name: rayon
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-patch-minor
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-minor
- dependency-name: cbindgen
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

This is a routine Dependabot patch/minor dependency bump updating three Rust crates in the / directory.

  • rayon bumped from 1.11.01.12.0; Cargo.toml version constraint tightened from "1.10" to "1.12". The 1.12 release fixes an unsafety bug in parallel Range<char> iteration near the surrogate boundary and adds par_array_windows.
  • serde_json bumped from 1.0.1491.0.150; fixes rejection of non-string enum object keys.
  • cbindgen bumped from 0.29.20.29.3; minor fixes and new config options.

Confidence Score: 5/5

Safe to merge — all three dependency bumps are patch or minor releases with no breaking changes, and the rayon 1.12 update includes a meaningful safety fix.

The changes are purely version bumps to lock file checksums and one version constraint in Cargo.toml. All three crates are well-maintained, the version ranges are correct, and no application code was modified.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Updates rayon version constraint from "1.10" to "1.12"; no other dependency spec changes.
Cargo.lock Lock file updated with new versions and checksums for cbindgen (0.29.3), rayon (1.12.0), and serde_json (1.0.150).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Cargo.toml] -->|rayon = 1.12| B[Cargo.lock]
    B --> C[rayon 1.12.0\nchecksum updated]
    B --> D[serde_json 1.0.150\nchecksum updated]
    B --> E[cbindgen 0.29.3\nchecksum updated]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump the rust-patch-minor g..." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 8, 2026

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

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/rust-patch-minor-8dde110571 branch June 8, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants