Skip to content

Commit 6eed30f

Browse files
deps: update rand requirement from 0.8 to 0.9
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](rust-random/rand@0.8.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47ba92d commit 6eed30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ num-complex = { workspace = true }
5858
parking_lot = "0.12.3"
5959
paste = "1.0"
6060
pretty_assertions = "1.4"
61-
rand = { version = "0.8", features = ["small_rng"] }
61+
rand = { version = "0.9", features = ["small_rng"] }
6262
regex = { workspace = true }
6363
scopeguard = "1.2"
6464
tempfile = "3.9"

0 commit comments

Comments
 (0)