Skip to content

Commit 8a9e0ad

Browse files
Bump rand from 0.8.5 to 0.9.0 in /light-curve
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a730140 commit 8a9e0ad

File tree

2 files changed

+90
-9
lines changed

2 files changed

+90
-9
lines changed

light-curve/Cargo.lock

Lines changed: 89 additions & 8 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
@@ -42,7 +42,7 @@ num_cpus = "1.13.0"
4242
num-traits = "0.2"
4343
once_cell = "1"
4444
pyo3 = { version = "0.23.4", features = ["extension-module", "multiple-pymethods"] }
45-
rand = "0.8.5"
45+
rand = "0.9.0"
4646
rand_xoshiro = "0.6.0"
4747
rayon = "1.10.0"
4848
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)