Skip to content

Commit

Permalink
build(deps): update rayon requirement from =1.8.0 to =1.8.1 (#351)
Browse files Browse the repository at this point in the history
Updates the requirements on [rayon](https://github.com/rayon-rs/rayon) to permit the latest version.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.8.1)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 1f8651c commit b2c965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ linked-hash-map.workspace = true
tokio.workspace = true

[dev-dependencies]
rayon = "=1.8.0"
rayon = "=1.8.1"
tracing-test = "=0.2.4"

0 comments on commit b2c965b

Please sign in to comment.