diff --git a/Cargo.toml b/Cargo.toml index e05eb9a..cc61d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ version = "0.1.0" edition = "2021" [dependencies] -clap = { version = "4.2.7", features = [ "derive" ] } +clap = { version = "4.2.0", features = [ "derive" ] } libparted = "0.1.5" tempdir = "0.3"