Skip to content

Commit f599006

Browse files
build(deps): bump rayon from 1.8.1 to 1.9.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.1 to 1.9.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.9.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c72179 commit f599006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ opentelemetry = { version = "0.21", default-features = false, features = [
2929
opentelemetry_sdk = { version = "0.21", features = ["rt-tokio"] }
3030
procfs = "0.16"
3131
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.16.1" }
32-
rayon = "1.8"
32+
rayon = "1.9"
3333
serde_json = "1.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_yaml = "0.9.32"

0 commit comments

Comments
 (0)