diff --git a/Cargo.toml b/Cargo.toml index 2fc801e3c..5015c99c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ repository = "https://github.com/stackabletech/operator-rs" chrono = { version = "0.4.23", default-features = false } clap = { version = "4.0.32", features = ["derive", "cargo", "env"] } const_format = "0.2.30" -either = "1.8.0" -futures = "0.3.25" +either = "1.8.1" +futures = "0.3.26" json-patch = "0.3.0" k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_26"] } kube = { version = "0.78.0", features = ["jsonpatch", "runtime", "derive"] } @@ -23,7 +23,7 @@ regex = "1.7.1" schemars = "0.8.11" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" -serde_yaml = "0.9.16" +serde_yaml = "0.9.17" strum = { version = "0.24.1", features = ["derive"] } thiserror = "1.0.38" tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] } diff --git a/stackable-operator-derive/Cargo.toml b/stackable-operator-derive/Cargo.toml index dabce6ec8..39d1e1047 100644 --- a/stackable-operator-derive/Cargo.toml +++ b/stackable-operator-derive/Cargo.toml @@ -12,7 +12,7 @@ proc-macro = true [dependencies] darling = "0.14.2" -proc-macro2 = "1.0.49" +proc-macro2 = "1.0.50" quote = "1.0.23" syn = "1.0.107"