Skip to content

Commit 64f62f5

Browse files
Update rand requirement from 0.9 to 0.10
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.1...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 bd31b5e commit 64f62f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ serde = { version = "1.0", features = ["derive"] }
6969
serde_json = "1.0"
7070
serde_repr = "0.1"
7171
serde_with = ">=2, <4"
72-
rand = { version = "0.9", default-features = false, features = [
72+
rand = { version = "0.10", default-features = false, features = [
7373
"small_rng",
7474
"alloc",
7575
] }

plotly_static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ debug = []
2222
[dependencies]
2323
log = "0.4"
2424
serde = { version = "1.0", features = ["derive"] }
25-
rand = "0.9"
25+
rand = "0.10"
2626
serde_json = "1.0"
2727
base64 = "0.22"
2828
fantoccini = "0.22"

0 commit comments

Comments
 (0)