From e8d315a9803eb5022efbbb13f8172b0212a2315f Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:32:14 +0100 Subject: [PATCH] Bump op-rs --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccaf8fc8..0dcaedab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2029,8 +2029,8 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.60.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.1#21f98e8937dac924e374b54bd6ea1d7b2367ca69" +version = "0.64.0" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.64.0#d988822e7af3d363d52fb35643f0c6ed933f340a" dependencies = [ "chrono", "clap", @@ -2068,8 +2068,8 @@ dependencies = [ [[package]] name = "stackable-operator-derive" -version = "0.60.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.1#21f98e8937dac924e374b54bd6ea1d7b2367ca69" +version = "0.64.0" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.64.0#d988822e7af3d363d52fb35643f0c6ed933f340a" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 1ea817bb..dd92a15e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" snafu = "0.7" -stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.60.1" } +stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" } strum = { version = "0.25", features = ["derive"] } tokio = { version = "1.29", features = ["full"] } tracing = "0.1"