From 8cde6f57cf07b0a80d11edd4503f93b5c2957890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:31:52 +0000 Subject: [PATCH] Update rand_xoshiro requirement from 0.6 to 0.7 Updates the requirements on [rand_xoshiro](https://github.com/rust-random/rngs) to permit the latest version. - [Commits](https://github.com/rust-random/rngs/compare/rand_xoshiro-0.6.0...rand_xoshiro-0.7.0) --- updated-dependencies: - dependency-name: rand_xoshiro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bff35c..baa65c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ rand_distr = "0.4" thiserror = "1" [dev-dependencies] -rand_xoshiro = "0.6" +rand_xoshiro = "0.7" anyhow = "*"