diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2b77640..6d3ffe3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,6 +13,6 @@ omegaupload-common = "0.1" anyhow = "1" atty = "0.2" -clap = { version = "3.0.0-beta.7", features = ["derive"] } +clap = { version = "3.0.0-rc.7", features = ["derive"] } reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"] } rpassword = "5" \ No newline at end of file