diff --git a/Cargo.toml b/Cargo.toml index 0a5b69f..8ed8e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ nix = { version = "0.25.0", default-features = false, features = ["event", "fs", libc = "0.2" serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "1" -oci-spec = { version = "0.8.1", optional = true } +oci-spec = { version = "0.10.0", optional = true } zbus = "5.8" bit-vec = "0.6"