From 724f8da2d94a0acf3ea5e55a61fae2efac291d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:50:27 +0000 Subject: [PATCH] build(deps): bump keramik-operator from `1dbeb31` to `69dfb45` Bumps [keramik-operator](https://github.com/3box/keramik) from `1dbeb31` to `69dfb45`. - [Commits](https://github.com/3box/keramik/compare/1dbeb312f5d0e9036b5cf7d235beac811bf5e6e5...69dfb45d35c2eb762234531786775785746417aa) --- updated-dependencies: - dependency-name: keramik-operator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d587766..92619f59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "keramik-common" version = "0.1.0" -source = "git+https://github.com/3box/keramik.git?branch=main#1dbeb312f5d0e9036b5cf7d235beac811bf5e6e5" +source = "git+https://github.com/3box/keramik.git?branch=main#69dfb45d35c2eb762234531786775785746417aa" dependencies = [ "anyhow", "gethostname", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "keramik-operator" version = "0.0.1" -source = "git+https://github.com/3box/keramik.git?branch=main#1dbeb312f5d0e9036b5cf7d235beac811bf5e6e5" +source = "git+https://github.com/3box/keramik.git?branch=main#69dfb45d35c2eb762234531786775785746417aa" dependencies = [ "k8s-openapi", "keramik-common",