Skip to content

Commit 38b5b70

Browse files
cargo(deps): Update dirs requirement from 5.0 to 6.0
--- updated-dependencies: - dependency-name: dirs dependency-version: 5.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e82796 commit 38b5b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
5959
# Utilities
6060
uuid = { version = "1.0", features = ["v4"] }
6161
chrono = { version = "0.4", features = ["serde"] }
62-
dirs = "5.0"
62+
dirs = "6.0"
6363

6464
# Development and testing
6565
criterion = { version = "0.5", features = ["html_reports"] }

0 commit comments

Comments
 (0)