diff --git a/Cargo.lock b/Cargo.lock index e95a6a8ab..8c8a441fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,9 +364,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "cfg_aliases" diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index b94aebe0e..0d39c8e68 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -23,7 +23,7 @@ workspace = true [dependencies] goblin = { version = "0.10" } rand = { version = "0.9" } -cfg-if = { version = "1.0.0" } +cfg-if = { version = "1.0.1" } libc = { version = "0.2.172" } flatbuffers = "25.2.10" page_size = "0.6.0"