Skip to content

Commit 56fa303

Browse files
authored
Bump op-rs (#160)
* Bump op-rs * remove autoformated whitespace
1 parent 46e8beb commit 56fa303

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
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/listener-operator"
1111

1212
[workspace.dependencies]
1313
anyhow = "1.0"
14-
built = { version = "0.6", features = ["chrono", "git2"] }
14+
built = { version = "0.6", features = ["chrono", "git2"] }
1515
clap = "4.3"
1616
futures = { version = "0.3", features = ["compat"] }
1717
h2 = "=0.3.18" # We need to keep this in sync with our patched h2 build
@@ -21,7 +21,7 @@ prost = "0.11"
2121
prost-types = "0.11"
2222
serde = "1.0"
2323
snafu = "0.7"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.61.0" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
2525
strum = { version = "0.25", features = ["derive"] }
2626
socket2 = { version = "0.5.3", features = ["all"] }
2727
tokio = { version = "1.29", features = ["full"] }

0 commit comments

Comments
 (0)