From 0fe01e48acf26cedbfcd060a16d13486f97e1933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:45:35 +0000 Subject: [PATCH] chore(deps): Bump pin-project-lite from 0.2.14 to 0.2.15 Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.14 to 0.2.15. - [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.14...v0.2.15) --- updated-dependencies: - dependency-name: pin-project-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- ocicrypt-rs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b90af2e3..c27f7167d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2576,7 +2576,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", @@ -4403,9 +4403,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pin-utils" @@ -5492,7 +5492,7 @@ dependencies = [ "aes", "aes-gcm", "anyhow", - "base64 0.21.7", + "base64 0.22.1", "block-padding", "blowfish", "buffered-reader", diff --git a/ocicrypt-rs/Cargo.toml b/ocicrypt-rs/Cargo.toml index ec0107d3b..fa81d296e 100644 --- a/ocicrypt-rs/Cargo.toml +++ b/ocicrypt-rs/Cargo.toml @@ -22,7 +22,7 @@ josekit = { version = ">=0.7", optional = true } kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true } lazy_static.workspace = true openssl = { workspace = true, features = ["vendored"], optional = true } -pin-project-lite = { version = "0.2.14", optional = true } +pin-project-lite = { version = "0.2.15", optional = true } protobuf = { workspace = true, optional = true } prost = { workspace = true, optional = true } resource_uri = { path = "../attestation-agent/deps/resource_uri", optional = true }