diff --git a/Cargo.lock b/Cargo.lock index 04bcb1e7a..d5d8fe9b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5735,9 +5735,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8445a2631507cec628a15fdd6154b54a3ab3f20ed4fe9d73a3b8b7a4e1ba03a" +checksum = "3df6f876ad774d6a676f7e968f5c3edacc32f90e65fe680a8b686235396556fb" dependencies = [ "const_format", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 04bda4e45..0c76a1050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ nom = "8.0" notify-rust = "4.12" oauth2 = { version = "5.0", default-features = false } oauth2-reqwest = "0.1.0-alpha.3" -oci-spec = "0.9" +oci-spec = "0.10" octocrab = { version = "0.53", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto", "rustls-webpki-tokio"] } opentelemetry = "0.32" opentelemetry-otlp = "0.32"