diff --git a/Cargo.lock b/Cargo.lock index 02bf430..119ce4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1948,8 +1948,8 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.61.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.61.0#ddc57addbc741e3977b1589e553164505a59f639" +version = "0.64.0" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.64.0#d988822e7af3d363d52fb35643f0c6ed933f340a" dependencies = [ "chrono", "clap", @@ -1987,8 +1987,8 @@ dependencies = [ [[package]] name = "stackable-operator-derive" -version = "0.61.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=0.61.0#ddc57addbc741e3977b1589e553164505a59f639" +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 c29a0f3..106cf84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,5 @@ [workspace] -members = [ - "rust/operator-binary" -] +members = ["rust/operator-binary"] resolver = "2" [workspace.package] @@ -13,7 +11,7 @@ repository = "https://github.com/stackabletech/trino-operator" [workspace.dependencies] anyhow = "1.0" -built = { version = "0.6", features = ["chrono", "git2"] } +built = { version = "0.6", features = ["chrono", "git2"] } clap = "4.3" fnv = "1.0" futures = { version = "0.3", features = ["compat"] } @@ -25,7 +23,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.61.0" } +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"