Skip to content

Commit b4ee533

Browse files
authored
Merge pull request #979 from hermit-os/dependabot/cargo/rayon-1.12.0
build(deps): bump rayon from 1.11.0 to 1.12.0
2 parents a0e9dfb + a26b790 commit b4ee533

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.

benches/micro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]
44
edition = "2021"
55

66
[dependencies]
7-
rayon = "1.11"
7+
rayon = "1.12"
88
hermit_bench_output = "0.1.1"
99

1010
[target.'cfg(target_os = "hermit")'.dependencies]

examples/demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>", "Marco Ruppert-Maas
44
edition = "2024"
55

66
[dependencies]
7-
rayon = "1.11"
7+
rayon = "1.12"
88

99
[target.'cfg(target_os = "hermit")'.dependencies]
1010
hermit = { path = "../../hermit", default-features = false }

0 commit comments

Comments
 (0)