Skip to content

Commit 9d3495e

Browse files
Update rand_xorshift requirement from 0.4.0 to 0.5.0
Updates the requirements on [rand_xorshift](https://github.com/rust-random/rngs) to permit the latest version. - [Commits](rust-random/rngs@rand_xorshift-0.4.0...rand_jitter-0.5.0) --- updated-dependencies: - dependency-name: rand_xorshift dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48b01c4 commit 9d3495e

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
@@ -130,7 +130,7 @@ plotters = { path = ".", features = ["serialization"] }
130130
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
131131
rand = "0.9.2"
132132
rand_distr = "0.5.1"
133-
rand_xorshift = "0.4.0"
133+
rand_xorshift = "0.5.0"
134134

135135
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
136136
wasm-bindgen-test = "0.3.39"

0 commit comments

Comments
 (0)