Skip to content

Commit 96d0a3b

Browse files
Update rand requirement from 0.8 to 0.9
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db4367e commit 96d0a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ license = "MIT/Apache-2.0"
1313
edition = "2021"
1414

1515
[dependencies]
16-
rand = { version = "0.8", default-features = false, features = ["std_rng"]}
16+
rand = { version = "0.9", default-features = false, features = ["std_rng"]}
1717
rayon = { version = "1", optional = true }
1818
colored = { version = "2", optional = true }
1919
num-traits = { version = "0.2", default-features = false }
2020

2121
[dev-dependencies]
22-
rand = { version = "0.8", features = ["std"]}
22+
rand = { version = "0.9", features = ["std"]}
2323

2424

2525
[features]

0 commit comments

Comments
 (0)