From 5f4c527fe9e9951e2be55764c90cfa8f265057b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 02:03:22 +0000 Subject: [PATCH] chore(deps): update container-registry digest to e261ef5 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"