@@ -11,7 +11,7 @@ edition = "2021"
1111repository = " https://github.com/stackabletech/secret-operator"
1212
1313[workspace .dependencies ]
14- stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " stackable-operator-0.108 .0" , features = [" time" , " crds" , " webhook" ] }
14+ stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " stackable-operator-0.113 .0" , features = [" time" , " crds" , " webhook" ] }
1515krb5 = { git = " https://github.com/stackabletech/krb5-rs.git" , tag = " v0.1.0" }
1616
1717anyhow = " 1.0"
@@ -24,14 +24,13 @@ const_format = "0.2.34"
2424futures = { version = " 0.3" , features = [" compat" ] }
2525h2 = " 0.4"
2626hex = " 0.4"
27+ indoc = " 2.0"
2728# We can't use the stackable-operator re-export because we need the special "unstable-runtime-stream-control"
2829# feature. We don't want to enable it in stackable-operator, as we don't want to accidentally use
2930# unstable features.
3031# This version needs to match the kube version that is re-exported by stackable-operator, so that
3132# the feature unification works!
32- kube-runtime = { git = " https://github.com/kube-rs/kube-rs" , rev = " fe69cc486ff8e62a7da61d64ec3ebbd9e64c43b5" , default-features = false , features = [" unstable-runtime-stream-control" ] }
33- # Hopefully soon we can switch to
34- # kube-runtime = { version = "*", default-features = false, features = ["unstable-runtime-stream-control"] }
33+ kube-runtime = { version = " *" , default-features = false , features = [" unstable-runtime-stream-control" ] }
3534ldap3 = { version = " 0.12" , default-features = false , features = [" gssapi" , " tls" ] }
3635libc = " 0.2"
3736native-tls = " 0.2"
0 commit comments