Skip to content

Commit 614fe21

Browse files
committed
chore: use major.minor minimum versions
1 parent e0bd7d9 commit 614fe21

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ repository = "https://github.com/stackabletech/secret-operator"
1313
[workspace.dependencies]
1414
anyhow = "1.0"
1515
async-trait = "0.1"
16-
bindgen = "0.69.4"
16+
bindgen = "0.69"
1717
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"
2020
futures = { version = "0.3", features = ["compat"] }
2121
h2 = "=0.3.26" # We need to keep this in sync with our patched h2 build
2222
ldap3 = { version = "0.11", default-features = false, features = ["gssapi", "tls"] }
@@ -26,20 +26,20 @@ openssl = "0.10"
2626
p12 = "0.6"
2727
pin-project = "1.1"
2828
pkg-config = "0.3"
29-
prost = "0.12.4"
30-
prost-types = "0.12.4"
29+
prost = "0.12"
30+
prost-types = "0.12"
3131
rand = "0.8"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "1.0"
3434
serde_yaml = "0.9"
35-
snafu = "0.8.2"
35+
snafu = "0.8"
3636
socket2 = { version = "0.5", features = ["all"] }
3737
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"
4141
time = { version = "0.3", features = ["parsing"] }
42-
tokio = { version = "1.37.0", features = ["full"] }
42+
tokio = { version = "1.37", features = ["full"] }
4343
tokio-stream = { version = "0.1", features = ["net"] }
4444
tonic = "0.11.0"
4545
tonic-build = "0.11.0"

0 commit comments

Comments
 (0)