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 e0ab3bf commit 1cd661dCopy full SHA for 1cd661d
Cargo.toml
@@ -22,7 +22,7 @@ prost-types = "0.11"
22
serde = "1.0"
23
snafu = "0.7"
24
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
25
-strum = { version = "0.25", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
26
socket2 = { version = "0.5.3", features = ["all"] }
27
tokio = { version = "1.29", features = ["full"] }
28
tokio-stream = { version = "0.1", features = ["net"] }
0 commit comments