From 330dcbd39138701d760c6a8187e34cd93fdbfc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:02:11 +0000 Subject: [PATCH] Update rand_isaac requirement from 0.3 to 0.5 Updates the requirements on [rand_isaac](https://github.com/rust-random/rngs) to permit the latest version. - [Commits](https://github.com/rust-random/rngs/compare/rand_isaac-0.3.0...rand_jitter-0.5.0) --- updated-dependencies: - dependency-name: rand_isaac dependency-version: 0.5.0 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 eba9e69..2e5c467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4" pretty_env_logger = "0.5" rand = "0.8" rand_core = "0.6" -rand_isaac = "0.3" +rand_isaac = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"