@@ -13,10 +13,10 @@ repository = "https://github.com/stackabletech/secret-operator"
13
13
[workspace .dependencies ]
14
14
anyhow = " 1.0"
15
15
async-trait = " 0.1"
16
- bindgen = " 0.69.4 "
16
+ bindgen = " 0.69"
17
17
built = { version = " 0.7" , features = [" chrono" , " git2" ] }
18
- byteorder = " 1.5.0 "
19
- clap = " 4.5.4 "
18
+ byteorder = " 1.5"
19
+ clap = " 4.5"
20
20
futures = { version = " 0.3" , features = [" compat" ] }
21
21
h2 = " =0.3.26" # We need to keep this in sync with our patched h2 build
22
22
ldap3 = { version = " 0.11" , default-features = false , features = [" gssapi" , " tls" ] }
@@ -26,20 +26,20 @@ openssl = "0.10"
26
26
p12 = " 0.6"
27
27
pin-project = " 1.1"
28
28
pkg-config = " 0.3"
29
- prost = " 0.12.4 "
30
- prost-types = " 0.12.4 "
29
+ prost = " 0.12"
30
+ prost-types = " 0.12"
31
31
rand = " 0.8"
32
32
serde = { version = " 1.0" , features = [" derive" ] }
33
33
serde_json = " 1.0"
34
34
serde_yaml = " 0.9"
35
- snafu = " 0.8.2 "
35
+ snafu = " 0.8"
36
36
socket2 = { version = " 0.5" , features = [" all" ] }
37
37
stackable-operator = { git = " https://github.com/stackabletech/operator-rs.git" , tag = " stackable-operator-0.67.1" , features = [" time" ] }
38
- strum = { version = " 0.26.2 " , features = [" derive" ] }
39
- sys-mount = { version = " 3.0.1 " , default-features = false }
40
- tempfile = " 3.10.1 "
38
+ strum = { version = " 0.26" , features = [" derive" ] }
39
+ sys-mount = { version = " 3.0" , default-features = false }
40
+ tempfile = " 3.10"
41
41
time = { version = " 0.3" , features = [" parsing" ] }
42
- tokio = { version = " 1.37.0 " , features = [" full" ] }
42
+ tokio = { version = " 1.37" , features = [" full" ] }
43
43
tokio-stream = { version = " 0.1" , features = [" net" ] }
44
44
tonic = " 0.11.0"
45
45
tonic-build = " 0.11.0"
0 commit comments