We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0fc88 commit 6c87aa9Copy full SHA for 6c87aa9
Cargo.toml
@@ -26,7 +26,7 @@ serde_yaml = "0.9"
26
snafu = "0.7"
27
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
28
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
29
-strum = { version = "0.25", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
30
tokio = { version = "1.29", features = ["full"] }
31
tokio-zookeeper = "0.2"
32
tracing = "0.1"
0 commit comments