diff --git a/Cargo.toml b/Cargo.toml index 6918c26..e27199d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -which = "5.0.0" +which = "6.0.0" colored = "2" clap = "3.*"