diff --git a/Cargo.toml b/Cargo.toml index 3254297e..3f68ce15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ semver = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" -snafu = "0.7" +snafu = "0.8" stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" } strum = { version = "0.25", features = ["derive"] } tokio = { version = "1.29", features = ["full"] }