build: Bump zerocopy and acpi_tables

Manually bump zerocopy to 0.8.24 since our dependabot could not perform
the upgrade properly.

Manually bump acpi_tabls as well since it's depending on zerocopy.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-04-10 17:53:24 +00:00
committed by RuoqingHe
parent 1a5dcc5e70
commit af28569611
7 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use igvm_defs::{
use igvm_defs::{MemoryMapEntryType, IGVM_VHS_MEMORY_MAP_ENTRY};
use mshv_bindings::*;
use thiserror::Error;
use zerocopy::AsBytes;
use zerocopy::IntoBytes;
use crate::cpu::CpuManager;
use crate::igvm::loader::Loader;
+1 -1
View File
@@ -29,7 +29,7 @@ pub mod igvm_loader;
mod loader;
use igvm::snp_defs::SevVmsa;
use igvm_defs::IGVM_VHS_SNP_ID_BLOCK;
use zerocopy::FromZeroes;
use zerocopy::FromZeros;
#[derive(Debug, Clone)]
pub struct IgvmLoadedInfo {