Skip to content

Commit

Permalink
Update anyhow requirement from <1.0.49 to <1.0.52 in /light-curve
Browse files Browse the repository at this point in the history
Updates the requirements on [anyhow](https://github.com/dtolnay/anyhow) to permit the latest version.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.0...1.0.48)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2021
1 parent eb2e70a commit 6a264ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gsl = ["light-curve-feature/gsl"]
[dependencies]
# it is a dependency of intel-mkl-tool, we pin it to temporary solve
# https://github.com/rust-math/intel-mkl-src/issues/68
anyhow = "<1.0.49"
anyhow = "<1.0.52"
const_format = "^0.2.17"
conv = "^0.3.3"
enumflags2 = "^0.7.1"
Expand Down

0 comments on commit 6a264ed

Please sign in to comment.