diff --git a/Cargo.toml b/Cargo.toml index 8e13e89..e7e92dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ crossterm = "0.27" tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "signal", "sync"] } # Process execution -which = "5.0" +which = "8.0" # Parsing nom = "7.1"