diff --git a/cargo-function-history/Cargo.toml b/cargo-function-history/Cargo.toml index 2b60b4c9..0082ec30 100644 --- a/cargo-function-history/Cargo.toml +++ b/cargo-function-history/Cargo.toml @@ -20,7 +20,7 @@ git_function_history = { path = "../git-function-history-lib", version = "0.7.1" ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false } crossterm = "0.28.1" eyre = "0.6.12" -dirs = "5.0.1" +dirs = "6.0.0" simple_file_logger = "0.4.1" log = "0.4.22" function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}