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 c5c0a3b commit f8858b0Copy full SHA for f8858b0
Cargo.toml
@@ -22,7 +22,7 @@ serde_json = "1.0"
22
serde_yaml = "0.9"
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
tokio = { version = "1.29", features = ["full"] }
27
tracing = "0.1"
28
tracing-futures = { version = "0.2", features = ["futures-03"] }
0 commit comments