Skip to content

Commit 2d5acf3

Browse files
committed
Update Rust crate clap to 3.1
1 parent 94bd1eb commit 2d5acf3

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)