Skip to content

Commit 093f0f0

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

2 files changed

Lines changed: 200 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 199 additions & 11 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
@@ -24,7 +24,7 @@ workspace = true
2424
gdbstub = { version = "0.7.9", optional = true }
2525
gdbstub_arch = { version = "0.3.2", optional = true }
2626
goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
27-
rand = { version = "0.9" }
27+
rand = { version = "0.10" }
2828
cfg-if = { version = "1.0.4" }
2929
libc = { version = "0.2.181" }
3030
flatbuffers = "25.12.19"

0 commit comments

Comments
 (0)