Skip to content

Commit

Permalink
Bump thiserror from 1.0.41 to 1.0.48 in /light-curve
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.41 to 1.0.48.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.41...1.0.48)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 5ece78a commit 3332feb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions light-curve/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion light-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ num-traits = "0.2"
pyo3 = {version = "0.19.1", features = ["extension-module", "multiple-pymethods"]}
rand = "0.8.5"
rand_xoshiro = "0.6.0"
thiserror = "1.0.37"
thiserror = "1.0.48"
serde = { version = "1", features = ["derive"] }
serde-pickle = "1"
serde_json = "1"
Expand Down

0 comments on commit 3332feb

Please sign in to comment.