Skip to content

Commit 3218be8

Browse files
Bump rand from 0.9.2 to 0.9.3
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc63209 commit 3218be8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
1313

1414
[dependencies]
1515
statrs = "0.18.0"
16-
rand = "0.9.2"
16+
rand = "0.9.3"
1717
rayon = "1.11.0"
1818
pyo3 = { version = "0.25.1", features = ["extension-module"] }
1919
# default-features = false because it by defaults includes default-tls which

0 commit comments

Comments
 (0)