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 82c9bd3 commit ef51054Copy full SHA for ef51054
Cargo.toml
@@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] }
18
serde_json = "1.0"
19
snafu = "0.7"
20
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
21
-strum = { version = "0.25", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
22
tokio = { version = "1.29", features = ["full"] }
23
tracing = "0.1"
24
0 commit comments