Skip to content

Commit 2b3748b

Browse files
Bump rand from 0.9.1 to 0.9.2 in /light-curve
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f50ca7 commit 2b3748b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

light-curve/Cargo.lock

Lines changed: 3 additions & 3 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
@@ -52,7 +52,7 @@ pyo3 = { version = "0.25.1", features = [
5252
"extension-module",
5353
"multiple-pymethods",
5454
] }
55-
rand = "0.9.0"
55+
rand = "0.9.2"
5656
rand_xoshiro = "0.7.0"
5757
rayon = "1.10.0"
5858
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)