Skip to content

Commit 38820b9

Browse files
chore(deps): bump rayon from 1.11.0 to 1.12.0 (#43)
Bumps [rayon](https://github.com/rayon-rs/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) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 087e047 commit 38820b9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/protocol-squisher-distributed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ categories = ["development-tools", "encoding"]
1616
[dependencies]
1717
protocol-squisher-compat = { path = "../protocol-squisher-compat" }
1818
protocol-squisher-ir = { path = "../protocol-squisher-ir" }
19-
rayon = "1.10"
19+
rayon = "1.12"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"

crates/protocol-squisher-performance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ categories = ["development-tools", "encoding"]
1717
bytemuck = { version = "1.22", features = ["derive"] }
1818
once_cell = "1.21"
1919
protocol-squisher-ir = { path = "../protocol-squisher-ir" }
20-
rayon = "1.10"
20+
rayon = "1.12"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)