Skip to content

Commit 1722cbc

Browse files
authored
Bump op-rs (#674)
1 parent 0f2f452 commit 1722cbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
repository = "https://github.com/stackabletech/kafka-operator"
1111

1212
[workspace.dependencies]
13-
built = { version = "0.6", features = ["chrono", "git2"] }
13+
built = { version = "0.6", features = ["chrono", "git2"] }
1414
clap = "4.3"
1515
futures = { version = "0.3", features = ["compat"] }
1616
indoc = "2.0"
@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"
2323
snafu = "0.7"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.60.1" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
2525
strum = { version = "0.25", features = ["derive"] }
2626
tokio = { version = "1.29", features = ["full"] }
2727
tracing = "0.1"

0 commit comments

Comments
 (0)