Skip to content

Commit c236dbd

Browse files
committed
Update All dependencies (patch only)
1 parent 600bc94 commit c236dbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository = "https://github.com/stackabletech/operator-rs"
1111
chrono = { version = "0.4.23", default-features = false }
1212
clap = { version = "4.0.32", features = ["derive", "cargo", "env"] }
1313
const_format = "0.2.30"
14-
either = "1.8.0"
15-
futures = "0.3.25"
14+
either = "1.8.1"
15+
futures = "0.3.26"
1616
json-patch = "0.3.0"
1717
k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_26"] }
1818
kube = { version = "0.78.0", features = ["jsonpatch", "runtime", "derive"] }
@@ -23,7 +23,7 @@ regex = "1.7.1"
2323
schemars = "0.8.11"
2424
serde = { version = "1.0.152", features = ["derive"] }
2525
serde_json = "1.0.91"
26-
serde_yaml = "0.9.16"
26+
serde_yaml = "0.9.17"
2727
strum = { version = "0.24.1", features = ["derive"] }
2828
thiserror = "1.0.38"
2929
tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] }

stackable-operator-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc-macro = true
1212

1313
[dependencies]
1414
darling = "0.14.2"
15-
proc-macro2 = "1.0.49"
15+
proc-macro2 = "1.0.50"
1616
quote = "1.0.23"
1717
syn = "1.0.107"
1818

0 commit comments

Comments
 (0)