From 4f237904a85bc53b105bba24d5b9ebf5125eb9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:26:43 +0000 Subject: [PATCH] deps: update rand requirement from 0.9 to 0.10 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hdf5/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5/Cargo.toml b/hdf5/Cargo.toml index c4943b4..0e6a054 100644 --- a/hdf5/Cargo.toml +++ b/hdf5/Cargo.toml @@ -42,7 +42,7 @@ num-complex = { workspace = true } parking_lot = "0.12.3" paste = "1.0" pretty_assertions = "1.4" -rand = { version = "0.9", features = ["small_rng"] } +rand = { version = "0.10", features = ["small_rng"] } regex = "1.10" scopeguard = "1.2" tempfile = "3.9"