Skip to content

Commit e88fd99

Browse files
Update rand requirement from ^0.8.5 to ^0.9.0
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.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4e4a4b commit e88fd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pictor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ decorum = "^0.4.0"
1414
naga = "^23.0.0"
1515
nalgebra = "^0.33.0"
1616
num = "^0.4.3"
17-
rand = "^0.8.5"
17+
rand = "^0.9.0"
1818
theon = "^0.1.0"
1919
winit = "^0.30.8"
2020

0 commit comments

Comments
 (0)