Skip to content

Commit 5dee704

Browse files
fix(deps): update rust crate rayon to v1.11.0 (#1257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adbd2b0 commit 5dee704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = "=0.4.27"
1717
path-slash = "=0.2.1"
1818
pyo3 = { version = "=0.25.1", features = ["abi3-py39", "generate-import-lib"] }
1919
pyo3-log = "=0.12.4"
20-
rayon = "=1.10.0"
20+
rayon = "=1.11.0"
2121
regex = "=1.11.1"
2222
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2323
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }

0 commit comments

Comments
 (0)