Skip to content

Commit 8714ed0

Browse files
Update dirs requirement from 5.0.1 to 6.0.0
--- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df1e359 commit 8714ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-function-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git_function_history = { path = "../git-function-history-lib", version = "0.7.1"
2020
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }
2121
crossterm = "0.28.1"
2222
eyre = "0.6.12"
23-
dirs = "5.0.1"
23+
dirs = "6.0.0"
2424
simple_file_logger = "0.4.1"
2525
log = "0.4.22"
2626
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}

0 commit comments

Comments
 (0)