Skip to content

Commit 3bd4f74

Browse files
pawelstrzmetameta-codesync[bot]
authored andcommitted
Update rayon 1.9.0 -> 1.11.0
Summary: Changelog at (https://github.com/rayon-rs/rayon/blob/main/RELEASES.md). Reviewed By: dtolnay Differential Revision: D85390319 fbshipit-source-id: 4d4d134da1dacb3fbdcd5e8ad35b252b572ed8f6
1 parent aa33ce3 commit 3bd4f74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/pyrefly_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ memory-stats = "1.2.0"
2828
notify = "5"
2929
parse-display = "0.8.2"
3030
path-absolutize = { version = "3.0", features = ["use_unix_paths_on_wasm"] }
31-
rayon = "1.9.0"
31+
rayon = "1.11.0"
3232
ruff_python_ast = { git = "https://github.com/astral-sh/ruff/", rev = "9bee8376a17401f9736b45fdefffb62edc2f1668" }
3333
ruff_source_file = { git = "https://github.com/astral-sh/ruff/", rev = "9bee8376a17401f9736b45fdefffb62edc2f1668" }
3434
ruff_text_size = { git = "https://github.com/astral-sh/ruff/", rev = "9bee8376a17401f9736b45fdefffb62edc2f1668" }

pyrefly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pyrefly_derive = { path = "../crates/pyrefly_derive" }
3939
pyrefly_python = { path = "../crates/pyrefly_python" }
4040
pyrefly_types = { path = "../crates/pyrefly_types" }
4141
pyrefly_util = { path = "../crates/pyrefly_util" }
42-
rayon = "1.9.0"
42+
rayon = "1.11.0"
4343
regex = "1.11.1"
4444
ruff_annotate_snippets = { git = "https://github.com/astral-sh/ruff/", rev = "9bee8376a17401f9736b45fdefffb62edc2f1668" }
4545
ruff_python_ast = { git = "https://github.com/astral-sh/ruff/", rev = "9bee8376a17401f9736b45fdefffb62edc2f1668", features = ["serde"] }

0 commit comments

Comments
 (0)