Skip to content

Commit 93cad56

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] <support@github.com>
1 parent 7c63fbe commit 93cad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = { version = "1.0", features = ["derive"] }
4040
serde_json = "1.0"
4141
serde_repr = "0.1"
4242
serde_with = ">=2, <4"
43-
rand = "0.8"
43+
rand = "0.9"
4444
wasm-bindgen = { version = "0.2", optional = true }
4545
wasm-bindgen-futures = { version = "0.4", optional = true }
4646

0 commit comments

Comments
 (0)