Skip to content

Commit ef8b33e

Browse files
Update rand_xorshift requirement from 0.4 to 0.5
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 b8e8098 commit ef8b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ no-panic = { version = "0.1", optional = true }
2525
[dev-dependencies]
2626
num_cpus = "1.8"
2727
rand = "0.9"
28-
rand_xorshift = "0.4"
28+
rand_xorshift = "0.5"
2929
criterion = "0.5"
3030

3131
[lib]

0 commit comments

Comments
 (0)