diff --git a/Cargo.toml b/Cargo.toml index 369ee0b..34ec10a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ strip = true [dependencies] dirs = "5.0.1" -whoami = "1.5.1" +whoami = "2.0.0" rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"