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 29c0e02Copy full SHA for 29c0e02
Cargo.toml
@@ -16,7 +16,7 @@ clap = "4.3"
16
futures = { version = "0.3", features = ["compat"] }
17
serde = { version = "1.0", features = ["derive"] }
18
serde_json = "1.0"
19
-snafu = "0.7"
+snafu = "0.8"
20
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
21
strum = { version = "0.25", features = ["derive"] }
22
tokio = { version = "1.29", features = ["full"] }
0 commit comments