diff --git a/Cargo.lock b/Cargo.lock index 72429eda5..a63aa52cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4585,9 +4585,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" diff --git a/ocicrypt-rs/Cargo.toml b/ocicrypt-rs/Cargo.toml index 82fb36887..7894fc1cd 100644 --- a/ocicrypt-rs/Cargo.toml +++ b/ocicrypt-rs/Cargo.toml @@ -21,7 +21,7 @@ hmac = { workspace = true, optional = true } josekit = { version = ">=0.7", optional = true } kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true } openssl = { workspace = true, features = ["vendored"], optional = true } -pin-project-lite = { version = "0.2.15", optional = true } +pin-project-lite = { version = "0.2.16", optional = true } protobuf = { workspace = true, optional = true } prost = { workspace = true, optional = true } resource_uri = { path = "../attestation-agent/deps/resource_uri", optional = true }