diff --git a/Cargo.lock b/Cargo.lock index 11b6ec31c..c52156d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,9 +392,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" +checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "cfg_aliases" diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index cc5bc53c6..0c75b294a 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -25,7 +25,7 @@ gdbstub = { version = "0.7.7", optional = true } gdbstub_arch = { version = "0.3.2", optional = true } goblin = { version = "0.10", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] } rand = { version = "0.9" } -cfg-if = { version = "1.0.1" } +cfg-if = { version = "1.0.3" } libc = { version = "0.2.175" } flatbuffers = "25.2.10" framehop = { version = "0.15.0", optional = true }