diff --git a/Cargo.toml b/Cargo.toml index 369ee0b..b717621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ strip = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dirs = "5.0.1" +dirs = "6.0.0" whoami = "1.5.1" rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4"