Skip to content

Commit c6dcb7b

Browse files
Update All dependencies (patch only)
1 parent c96d6ba commit c6dcb7b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ repository = "https://github.com/stackabletech/operator-rs"
99

1010
[dependencies]
1111
chrono = { version = "0.4.22", default-features = false }
12-
clap = { version = "3.2.17", features = ["derive", "cargo", "env"] }
13-
const_format = "0.2.26"
12+
clap = { version = "3.2.22", features = ["derive", "cargo", "env"] }
13+
const_format = "0.2.30"
1414
either = "1.8.0"
15-
futures = "0.3.23"
15+
futures = "0.3.24"
1616
json-patch = "0.2.6"
1717
k8s-openapi = { version = "0.15.0", default-features = false, features = ["schemars", "v1_24"] }
1818
kube = { version = "0.74.0", features = ["jsonpatch", "runtime", "derive"] }
1919
lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"
2222
regex = "1.6.0"
23-
schemars = "0.8.10"
24-
serde = { version = "1.0.144", features = ["derive"] }
25-
serde_json = "1.0.85"
26-
serde_yaml = "0.9.10"
23+
schemars = "0.8.11"
24+
serde = { version = "1.0.145", features = ["derive"] }
25+
serde_json = "1.0.86"
26+
serde_yaml = "0.9.13"
2727
strum = { version = "0.24.1", features = ["derive"] }
28-
thiserror = "1.0.32"
29-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
30-
tracing = "0.1.36"
31-
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
28+
thiserror = "1.0.37"
29+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
30+
tracing = "0.1.37"
31+
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
3232
derivative = "2.2.0"
3333
tracing-opentelemetry = "0.17.4"
3434
opentelemetry = { version = "0.17.0", features = ["rt-tokio"] }

stackable-operator-derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ proc-macro = true
1212

1313
[dependencies]
1414
darling = "0.14.1"
15-
proc-macro2 = "1.0.43"
15+
proc-macro2 = "1.0.46"
1616
quote = "1.0.21"
17-
syn = "1.0.99"
17+
syn = "1.0.102"
1818

1919
[dev-dependencies]
2020
stackable-operator = { path = ".." }

0 commit comments

Comments
 (0)