Skip to content

Commit 22c531f

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 cf3f472 commit 22c531f

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
@@ -17,7 +17,7 @@ naga = { version = "=28.0.0", optional = true, default-features = false, feature
1717
"glsl-in",
1818
"wgsl-in",
1919
] }
20-
rand = "=0.8.5"
20+
rand = "=0.9.2"
2121
obj-rs = "=0.7.4"
2222
wgpu = { version = "=28.0.0", optional = true, features = ["wgsl", "spirv"] }
2323
pollster = { version = "=0.4.0", optional = true }

0 commit comments

Comments
 (0)