Skip to content

Commit c8ea455

Browse files
Bump cfg-if from 1.0.0 to 1.0.1
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [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@1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdf5800 commit c8ea455

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
@@ -23,7 +23,7 @@ workspace = true
2323
[dependencies]
2424
goblin = { version = "0.10" }
2525
rand = { version = "0.9" }
26-
cfg-if = { version = "1.0.0" }
26+
cfg-if = { version = "1.0.1" }
2727
libc = { version = "0.2.172" }
2828
flatbuffers = "25.2.10"
2929
page_size = "0.6.0"

0 commit comments

Comments
 (0)