Skip to content

Commit f2f61b7

Browse files
Bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b8de9c commit f2f61b7

File tree

2 files changed

+78
-17
lines changed

2 files changed

+78
-17
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ workspace = true
2222

2323
[dependencies]
2424
goblin = { version = "0.9" }
25-
rand = { version = "0.8.5" }
25+
rand = { version = "0.9.0" }
2626
cfg-if = { version = "1.0.0" }
2727
libc = { version = "0.2.169" }
2828
paste = "1.0"

0 commit comments

Comments
 (0)