diff --git a/Cargo.toml b/Cargo.toml index 5f68809..4da1009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.62" [dependencies] anyhow = "1.0.66" -clap = { version = "4.0.28", features = ["derive"] } +clap = { version = "4.0.29", features = ["derive"] } dirs = "4.0.0" flate2 = "1.0.25" guess_host_triple = "0.1.3"