From be22403090b9510d8a00b14686a291361ca3b8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 07:14:02 +0000 Subject: [PATCH] Bump stackable-operator from `01d9bbe` to `1b9b7a7` Bumps [stackable-operator](https://github.com/stackabletech/operator-rs) from `01d9bbe` to `1b9b7a7`. - [Release notes](https://github.com/stackabletech/operator-rs/releases) - [Commits](https://github.com/stackabletech/operator-rs/compare/01d9bbe87e8ea40ed14a54bd1ca358532ca36563...1b9b7a712302bcdf93425c3326cd285ad175eab5) Signed-off-by: dependabot[bot] --- Cargo.lock | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8826ecd0..c5685c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,6 +151,26 @@ dependencies = [ "winapi", ] +[[package]] +name = "const_format" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0412fd9e3c921f868af82a0097da41c250087e513786858b9e6b6055f8ed300" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df496e1bbc93814d728a8036ff054cd95830afe9cf2275c9326688c02eff936" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "core-foundation" version = "0.9.1" @@ -1474,14 +1494,19 @@ dependencies = [ [[package]] name = "stackable-operator" version = "0.1.0" -source = "git+https://github.com/stackabletech/operator-rs.git?branch=main#01d9bbe87e8ea40ed14a54bd1ca358532ca36563" +source = "git+https://github.com/stackabletech/operator-rs.git?branch=main#1b9b7a712302bcdf93425c3326cd285ad175eab5" dependencies = [ "async-trait", + "chrono", + "const_format", "either", "futures", "k8s-openapi", "kube", "kube-runtime", + "lazy_static", + "regex", + "schemars", "serde", "serde_json", "serde_yaml",