From 599b8160074147cc733d8d1bd0961b4477d75ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 14:51:08 +0000 Subject: [PATCH] build(deps): update rand_xorshift requirement from 0.2.0 to 0.3.0 Updates the requirements on [rand_xorshift](https://github.com/rust-random/rngs) to permit the latest version. - [Release notes](https://github.com/rust-random/rngs/releases) - [Commits](https://github.com/rust-random/rngs/commits/rand_xorshift-0.3.0) Signed-off-by: dependabot[bot] --- fixed-hash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixed-hash/Cargo.toml b/fixed-hash/Cargo.toml index 3fa37cafc..5efd9977f 100644 --- a/fixed-hash/Cargo.toml +++ b/fixed-hash/Cargo.toml @@ -22,7 +22,7 @@ static_assertions = "1.0.0" arbitrary = { version = "0.4", optional = true } [dev-dependencies] -rand_xorshift = "0.2.0" +rand_xorshift = "0.3.0" criterion = "0.3.0" rand = { version = "0.8.0", default-features = false, features = ["std_rng"] }