Skip to content

Commit 453d3a7

Browse files
authored
Merge pull request #57 from light-curve/dependabot/cargo/light-curve/thiserror-1.0.31
Bump thiserror from 1.0.30 to 1.0.31 in /light-curve
2 parents 9972175 + b4c192e commit 453d3a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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+
- `thiserror` 1.0.24 -> 1.0.31
1718
- `enumflags2` 0.7.4 -> 0.7.5
1819
- `rayon` 1.5.1 -> 1.5.2
1920
- `pyo3` 0.15.1 -> 0.15.2

light-curve/Cargo.toml

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

4646
[dependencies.light-curve-feature]

0 commit comments

Comments
 (0)