Skip to content

Commit 54ea391

Browse files
authored
Merge pull request #67 from light-curve/dependabot/cargo/light-curve/rayon-1.5.3
Bump rayon from 1.5.2 to 1.5.3 in /light-curve
2 parents 6c72f75 + e199e8a commit 54ea391

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- `light-curve-feature` 0.4.1 -> 0.4.3
1818
- `thiserror` 1.0.24 -> 1.0.31
1919
- `enumflags2` 0.7.4 -> 0.7.5
20-
- `rayon` 1.5.1 -> 1.5.2
20+
- `rayon` 1.5.1 -> 1.5.3
2121
- `pyo3` 0.15.1 -> 0.15.2
2222
- `const_format` 0.2.22 -> 0.2.24
2323

light-curve/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.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ num-traits = "~0.2"
4040
rand = "~0.8.5"
4141
rand_xoshiro = "~0.6.0"
4242
thiserror = "~1.0.31"
43-
rayon = "~1.5.2"
43+
rayon = "~1.5.3"
4444
unzip3 = "1.0.0"
4545

4646
[dependencies.light-curve-feature]

0 commit comments

Comments
 (0)