diff --git a/Cargo.lock b/Cargo.lock index 14dd7314d..7117cd878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1444,7 +1444,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1594,7 +1594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2829,7 +2829,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3459,7 +3459,7 @@ dependencies = [ "obeli-sk-utils", "obeli-sk-val-json", "obeli-sk-wasm-workers", - "oci-client", + "oci-client 0.17.0", "oci-wasm", "opentelemetry", "opentelemetry-otlp", @@ -3573,6 +3573,33 @@ dependencies = [ "unicase", ] +[[package]] +name = "oci-client" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5261a7fb43d9c53b8e63e6d5e86860719dad253d015d022066c72d585125aed8" +dependencies = [ + "bytes", + "chrono", + "futures-util", + "hex", + "http", + "http-auth", + "jsonwebtoken", + "lazy_static", + "oci-spec", + "olpc-cjson", + "regex", + "reqwest", + "serde", + "serde_json", + "sha2 0.11.0", + "thiserror 2.0.18", + "tokio", + "tracing", + "unicase", +] + [[package]] name = "oci-spec" version = "0.9.0" @@ -3598,7 +3625,7 @@ checksum = "841cceed413ad8a4c8b4a833ccfa333eebe55dfb12af7c3899687258934ca2a4" dependencies = [ "anyhow", "chrono", - "oci-client", + "oci-client 0.16.1", "serde", "serde_json", "sha2 0.10.9", @@ -4592,7 +4619,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4659,7 +4686,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5230,7 +5257,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5249,7 +5276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7093,7 +7120,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2e6827196..3d7fc0ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -289,7 +289,7 @@ itertools = "0.14" jsonwebtoken = { version = "10", default-features = false } lazy_static = "1.5" libc = "0.2.186" -oci-client = { version = "0.16.1", default-features = false } +oci-client = { version = "0.17.0", default-features = false } oci-wasm = { version = "0.4.0", default-features = false } # Dependent on matching oci-client paste = "1.0" prost = "0.14.3"