Skip to content

Commit d26d31a

Browse files
committed
tokio-zookeeper 0.4.0
1 parent eee7686 commit d26d31a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -27,12 +27,12 @@ stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git",
2727
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
2828
strum = { version = "0.25", features = ["derive"] }
2929
tokio = { version = "1.29", features = ["full"] }
30-
tokio-zookeeper = "0.3"
30+
tokio-zookeeper = "0.4"
3131
tracing = "0.1"
3232

3333
# [patch."https://github.com/stackabletech/operator-rs.git"]
3434
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3535

3636
[patch.crates-io]
3737
# tokio-zookeeper = { path = "../tokio-zookeeper" }
38-
tokio-zookeeper = { git = "https://github.com/stackabletech/tokio-zookeeper.git", branch = "bugfix/whatever-thread-safety" }
38+
# tokio-zookeeper = { git = "https://github.com/stackabletech/tokio-zookeeper.git", branch = "bugfix/whatever-thread-safety" }

0 commit comments

Comments
 (0)