From 8e3cf3d3f61e9dcf1e170e5f9b0981e628e46319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:06:15 +0000 Subject: [PATCH] Update nanorand requirement from 0.7.0 to 0.8.0 Updates the requirements on [nanorand](https://github.com/Absolucy/nanorand-rs) to permit the latest version. - [Release notes](https://github.com/Absolucy/nanorand-rs/releases) - [Commits](https://github.com/Absolucy/nanorand-rs/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: nanorand dependency-version: 0.8.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 56119a5..0a5a7eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crossbeam-deque = "0.8.6" crossbeam-queue = "0.3.12" crossbeam-utils = "0.8.20" derive_more = { version = "2.0.1", features = ["debug"] } -nanorand = { version = "0.7.0", default-features = false, features = [ +nanorand = { version = "0.8.0", default-features = false, features = [ "std", "tls", ] }