Skip to content

Commit b0b21b1

Browse files
authored
Merge pull request #31 from stackabletech/renovate/clap-3.x
Update Rust crate clap to 3.1
2 parents 94bd1eb + 2d5acf3 commit b0b21b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.1.0-nightly"
1111
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.15.0" }
1212
stackable-spark-k8s-crd = { path = "../crd" }
1313
anyhow = "1.0"
14-
clap = "3.0"
14+
clap = "3.1"
1515
fnv = "1.0"
1616
futures = { version = "0.3", features = ["compat"] }
1717
lazy_static = "1.4"

0 commit comments

Comments
 (0)