Skip to content

Commit a5be211

Browse files
committed
upgrade operator-rs, format Cargo.toml (consistent with secret-operator)
1 parent 031938e commit a5be211

File tree

2 files changed

+75
-65
lines changed

2 files changed

+75
-65
lines changed

Cargo.lock

Lines changed: 72 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[workspace]
2-
members = [
3-
"rust/crd", "rust/operator-binary"
4-
]
2+
members = ["rust/crd", "rust/operator-binary"]
53
resolver = "2"
64

75
[workspace.package]
@@ -13,7 +11,7 @@ repository = "https://github.com/stackabletech/hbase-operator"
1311

1412
[workspace.dependencies]
1513
anyhow = "1.0"
16-
built = { version = "0.6", features = ["chrono", "git2"] }
14+
built = { version = "0.6", features = ["chrono", "git2"] }
1715
clap = "4.3"
1816
fnv = "1.0"
1917
futures = { version = "0.3", features = ["compat"] }
@@ -22,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
2220
serde_json = "1.0"
2321
serde_yaml = "0.9"
2422
snafu = "0.7"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.57.0" }
23+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.60.1" }
2624
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
2725
strum = { version = "0.25", features = ["derive"] }
2826
tokio = { version = "1.29", features = ["full"] }

0 commit comments

Comments
 (0)