diff --git a/Cargo.toml b/Cargo.toml index 7e87f00..d5e8581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ yaml = ["serde_yaml"] async-stream = "0.3" async-trait = "0.1" atty = "0.2" -clap = { version = "4.0", features = ["derive", "wrap_help"] } +clap = { version = "4.3", features = ["derive", "wrap_help"] } digest = "0.10.7" futures = { version = "0.3", default-features = false, features = [] } glob = "0.3"