diff --git a/Cargo.lock b/Cargo.lock index adabc14a6..592688d9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ "base64 0.22.1", "bytes", "chrono", - "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=f0d0fe6)", + "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=e261ef58bd7115d8d34b707fddaf9a708db0522d)", "dotenvy", "futures", "hex", @@ -807,7 +807,7 @@ dependencies = [ "bollard", "bytes", "chrono", - "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=f0d0fe6)", + "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=e261ef58bd7115d8d34b707fddaf9a708db0522d)", "cron", "dockdash", "futures", @@ -870,7 +870,7 @@ dependencies = [ "bytes", "chrono", "clap", - "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=f0d0fe6)", + "container-registry 0.3.1 (git+https://github.com/alienplatform/container_registry-rs.git?rev=e261ef58bd7115d8d34b707fddaf9a708db0522d)", "dockdash", "dotenvy", "form_urlencoded", @@ -3107,7 +3107,7 @@ dependencies = [ [[package]] name = "container-registry" version = "0.3.1" -source = "git+https://github.com/alienplatform/container_registry-rs.git?rev=f0d0fe6#f0d0fe697838152e81258edeb323e8bc73b130dd" +source = "git+https://github.com/alienplatform/container_registry-rs.git?rev=e261ef58bd7115d8d34b707fddaf9a708db0522d#e261ef58bd7115d8d34b707fddaf9a708db0522d" dependencies = [ "axum 0.7.9", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 1f548d3c1..f1596ed2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ chrono = "0.4.40" clap = "4.5.35" cloudevents-sdk = "0.9" config = "0.15" -container-registry = { git = "https://github.com/alienplatform/container_registry-rs.git", rev = "f0d0fe6" } +container-registry = { git = "https://github.com/alienplatform/container_registry-rs.git", rev = "e261ef58bd7115d8d34b707fddaf9a708db0522d" } dashmap = "6" derive_more = "2" dirs = "6"