Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 070804b

Browse files
authoredJan 27, 2025··
fix(deps): update rust crate dirs to v6
1 parent 8b8392f commit 070804b

File tree

2 files changed

+24
-90
lines changed

2 files changed

+24
-90
lines changed
 

‎Cargo.lock

+23-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
1414
[dependencies]
1515
anyhow = "1.0.82"
1616
clap = { version = "4.5.4", features = ["derive", "cargo", "env"] }
17-
dirs = "5.0.1"
17+
dirs = "6.0.0"
1818
octocrab = { version = "0.42.0" }
1919
regex = "1.10.4"
2020
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }

0 commit comments

Comments
 (0)
Please sign in to comment.