Skip to content

Commit 80eb6fa

Browse files
Bump cfg-if from 1.0.1 to 1.0.3 (#807)
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cca03c commit 80eb6fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -25,7 +25,7 @@ gdbstub = { version = "0.7.7", 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"] }
2727
rand = { version = "0.9" }
28-
cfg-if = { version = "1.0.1" }
28+
cfg-if = { version = "1.0.3" }
2929
libc = { version = "0.2.175" }
3030
flatbuffers = "25.2.10"
3131
framehop = { version = "0.15.0", optional = true }

0 commit comments

Comments
 (0)