Skip to content

Commit 42d3b8a

Browse files
committed
chore: Revert accidental reformat of Cargo.toml
1 parent b12fbf2 commit 42d3b8a

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ edition = "2021"
1111
repository = "https://github.com/stackabletech/secret-operator"
1212

1313
[workspace.dependencies]
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = [
15-
"time",
16-
"telemetry",
17-
"versioned",
18-
"webhook",
19-
], tag = "stackable-operator-0.99.0" }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["time", "telemetry", "versioned", "webhook"], tag = "stackable-operator-0.99.0" }
2015
krb5 = { git = "https://github.com/stackabletech/krb5-rs.git", tag = "v0.1.0" }
2116

2217
anyhow = "1.0"
@@ -28,13 +23,8 @@ const_format = "0.2.34"
2823
futures = { version = "0.3", features = ["compat"] }
2924
h2 = "0.4"
3025
hex = "0.4"
31-
kube-runtime = { version = "2.0.1", features = [
32-
"unstable-runtime-stream-control",
33-
] }
34-
ldap3 = { version = "0.11", default-features = false, features = [
35-
"gssapi",
36-
"tls",
37-
] }
26+
kube-runtime = { version = "2.0.1", features = ["unstable-runtime-stream-control",] }
27+
ldap3 = { version = "0.11", default-features = false, features = ["gssapi", "tls"] }
3828
libc = "0.2"
3929
native-tls = "0.2"
4030
openssl = "0.10"

0 commit comments

Comments
 (0)