From 1a8e35a65852f96d77db633aa24f4fbc8847b574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:05:51 +0000 Subject: [PATCH] chore(deps): Bump pin-project-lite from 0.2.15 to 0.2.16 Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.15 to 0.2.16. - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16) --- updated-dependencies: - dependency-name: pin-project-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ocicrypt-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }