Skip to content

Commit 6b3e532

Browse files
authored
Bump op-rs (#215)
1 parent c613649 commit 6b3e532

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,37 @@ directories = "5.0"
2727
dotenvy = "0.15"
2828
futures = "0.3"
2929
indexmap = { version = "2.0", features = ["serde"] }
30-
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_28"] }
31-
kube = { version = "0.87", default-features = false, features = ["client", "rustls-tls"] }
30+
k8s-openapi = { version = "0.20", default-features = false, features = [
31+
"v1_28",
32+
] }
33+
kube = { version = "0.87", default-features = false, features = [
34+
"client",
35+
"rustls-tls",
36+
] }
3237
lazy_static = "1.4"
3338
once_cell = "1.18"
3439
phf = "0.11"
3540
phf_codegen = "0.11"
3641
rand = "0.8"
3742
regex = "1.9"
38-
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
43+
reqwest = { version = "0.11", default-features = false, features = [
44+
"rustls-tls",
45+
] }
3946
rstest = "0.18"
4047
semver = { version = "1.0", features = ["serde"] }
4148
serde = { version = "1.0", features = ["derive"] }
4249
serde_json = "1.0"
4350
serde_yaml = "0.9"
4451
sha2 = "0.10"
4552
snafu = "0.7"
46-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.61.0" }
53+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
4754
tera = "1.18"
48-
tokio = { version = "1.29.0", features = ["rt-multi-thread", "macros", "fs", "process"] }
55+
tokio = { version = "1.29.0", features = [
56+
"rt-multi-thread",
57+
"macros",
58+
"fs",
59+
"process",
60+
] }
4961
tower-http = "0.4"
5062
tracing = "0.1"
5163
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)