diff --git a/rust/crd/Cargo.toml b/rust/crd/Cargo.toml index 86af9ced5..332f8f00e 100644 --- a/rust/crd/Cargo.toml +++ b/rust/crd/Cargo.toml @@ -9,9 +9,9 @@ repository = "https://github.com/stackabletech/zookeeper-operator" publish = false [dependencies] -serde = "1.0.138" -serde_json = "1.0.82" -snafu = "0.7.1" +serde = "1.0.148" +serde_json = "1.0.89" +snafu = "0.7.3" stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" } strum = { version = "0.24.1", features = ["derive"] } diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 374eff193..0a80a177a 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -9,21 +9,21 @@ repository = "https://github.com/stackabletech/zookeeper-operator" publish = false [dependencies] -anyhow = "1.0.58" -clap = "4.0.26" +anyhow = "1.0.66" +clap = "4.0.27" failure = "0.1.8" fnv = "1.0.7" -futures = { version = "0.3.21", features = ["compat"] } -semver = "1.0.12" -serde = "1.0.138" -snafu = "0.7.1" +futures = { version = "0.3.25", features = ["compat"] } +semver = "1.0.14" +serde = "1.0.148" +snafu = "0.7.3" strum = { version = "0.24.1", features = ["derive"] } tokio = { version = "1.21.2", features = ["full"], package = "tokio" } tokio01 = { version = "0.1.22", package = "tokio" } tokio-executor = "0.1.10" tokio-zookeeper = "0.1.3" -tracing = "0.1.35" -pin-project = "1.0.11" +tracing = "0.1.37" +pin-project = "1.0.12" stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" } stackable-zookeeper-crd = { path = "../crd" }