Skip to content

Commit cd6b9b8

Browse files
Update rand requirement from 0.9.2 to 0.10.0
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@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48b01c4 commit cd6b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ serde_derive = "1.0.140"
128128
plotters = { path = ".", features = ["serialization"] }
129129

130130
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
131-
rand = "0.9.2"
131+
rand = "0.10.0"
132132
rand_distr = "0.5.1"
133133
rand_xorshift = "0.4.0"
134134

0 commit comments

Comments
 (0)