chore(deps): bump the rust-patch-minor group across 1 directory with 3 updates#41
chore(deps): bump the rust-patch-minor group across 1 directory with 3 updates#41dependabot[bot] wants to merge 1 commit into
Conversation
…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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryThis is a routine Dependabot patch/minor dependency bump updating three Rust crates in the
Confidence Score: 5/5Safe 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.
|
| 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]
Reviews (1): Last reviewed commit: "chore(deps): bump the rust-patch-minor g..." | Re-trigger Greptile
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Bumps the rust-patch-minor group with 3 updates in the / directory: rayon, serde_json and cbindgen.
Updates
rayonfrom 1.11.0 to 1.12.0Changelog
Sourced from rayon's changelog.
Commits
7449d7dMerge #1093b3d9e3fRelease rayon 1.8.0 and rayon-core 1.12.03fe51e5Fix clippy::let_and_return082f215Merge #1087ea0c06dcore: registry: Factor out "wait till out of work" part of the main loop.75524e2Merge #106301d2800Ignore the multi-threaded test on emscripten/wasm40b59c0core: Make use_current_thread error rather than panic when already in the pool.f4db4d7core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.87274adcore: registry: Add some more documentation for ThreadPoolBuilder::use_curren...Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
cbindgenfrom 0.29.2 to 0.29.3Changelog
Sourced from cbindgen's changelog.
Commits
b5f2a97Bump version to 0.29.3 and update CHANGES docdfae10atests: Fix tests with modern gcc.b16c1d2Use C++ fixed-type enumeration syntax under C23 (or higher) as wellb68b027Allowpubaccess toReprTypefieldsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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