Skip to content

Commit cfc12a6

Browse files
Bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04e1458 commit cfc12a6

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

Cargo.lock

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ naga = { version = "=28.0.0", optional = true, default-features = false, feature
1818
"glsl-in",
1919
"wgsl-in",
2020
] }
21-
rand = "=0.8.5"
21+
rand = "=0.9.2"
2222
obj-rs = "=0.7.4"
2323
wgpu = { version = "=28.0.0", optional = true, features = ["wgsl", "spirv"] }
2424
pollster = { version = "=0.4.0", optional = true }

0 commit comments

Comments
 (0)