Skip to content

Commit 504496d

Browse files
authored
Merge pull request #60 from light-curve/dependabot/cargo/light-curve/rayon-1.5.2
Bump rayon from 1.5.1 to 1.5.2 in /light-curve
2 parents e82dd82 + 3f07a67 commit 504496d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- Infrastructure: [cibuildweel](https://cibuildwheel.readthedocs.io/en/stable/) for package publishing
17+
- `rayon` 1.5.1 -> 1.5.2
1718
- `pyo3` 0.15.1 -> 0.15.2
1819

1920
### Deprecated

light-curve/Cargo.lock

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

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ num_cpus = "~1.13.0"
3939
num-traits = "~0.2"
4040
rand = "~0.8.5"
4141
rand_xoshiro = "~0.6.0"
42-
rayon = "~1.5.0"
42+
rayon = "~1.5.2"
4343
thiserror = "~1.0.24"
4444
unzip3 = "1.0.0"
4545

0 commit comments

Comments
 (0)