diff --git a/Cargo.lock b/Cargo.lock index ca6c265c..0087b71b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1960,8 +1960,8 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.60.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.0#b8d5c3445a6ef03e97cf3ca6068c8ae7a4319275" +version = "0.60.1" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.1#21f98e8937dac924e374b54bd6ea1d7b2367ca69" dependencies = [ "chrono", "clap", @@ -1999,8 +1999,8 @@ dependencies = [ [[package]] name = "stackable-operator-derive" -version = "0.60.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.0#b8d5c3445a6ef03e97cf3ca6068c8ae7a4319275" +version = "0.60.1" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.60.1#21f98e8937dac924e374b54bd6ea1d7b2367ca69" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index ccb89175..b9e61a38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,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.0" } +stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.60.1" } strum = { version = "0.25", features = ["derive"] } tokio = { version = "1.29", features = ["full"] } tracing = "0.1"