libkrun/libkrun-bump-bzip-dep.diff
Jake Correnti e4df11a685
initial commit on c10s
Resolves: RHEL-139928
2026-02-23 18:29:15 -05:00

14 lines
387 B
Diff

diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml
index 35b6fdd..9f09774 100644
--- a/src/vmm/Cargo.toml
+++ b/src/vmm/Cargo.toml
@@ -43,7 +43,7 @@ bitfield = { version = "0.19.4", optional = true }
bitflags = { version = "2.10.0", optional = true }
[target.'cfg(target_arch = "x86_64")'.dependencies]
-bzip2 = "0.5"
+bzip2 = "0.6"
cpuid = { path = "../cpuid" }
zstd = "0.13"