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 }